﻿:root {
    font-weight: 400;
    --van-color-dark: #CFD3EC;
    --van-card-background-dark: #2E2E2E;
    --van-card-background-light: #f7f7f7
}

.vertical-center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.y-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.van-theme-dark .watermark {
    background-color: #1f1f1f !important
}

.van-theme-dark body {
    color: var(--van-color-dark) !important
}

.van-theme-dark .seach-card {
    background: var(--van-card-background-dark) !important
}

.van-theme-dark .active {
    color: var(--van-color-dark) !important
}

:root[theme=light] {
    --van-blue: rgb(78, 70, 180);
    --van-blue-rgb: 78, 70, 180;
    --van-blue-light: #4e46b426;
    --van-body-background: #F3F6FB;
    --van-body-background-rgb: 248, 247, 250;
    --van-primary: #4e46b4;
    --van-gray-9: #4B465C;
    --van-card-background: #FFFFFF
}

:root[theme=dark] {
    --van-blue: #7367F0;
    --van-blue-rgb: 115, 103, 240;
    --van-text-color: #c8c9cc !important;
    --van-dark-blue: #7367F0;
    --van-primary: #7367F0;
    --van-gray-9: #e8e1ffe6;
    --van-card-background: #2e2e2e
}

:root:root {
    --van-gray-7: #4B465CE6;
    --van-text-color-light: #4B465C;
    --van-text-color-dark: #c8c9cc;
    --van-text-color: #181818;
    --van-tab-active-text-color: #181818;
    --van-tab-text-color: #A3A3A3;
    --van-tabs-nav-background: transparent;
    --van-default-font-size: 14px;
    --van-tag-font-size: 11.4px;
    --van-tag-padding: 1px 10px;
    --van-border-color: #dbdade;
    --van-skeleton-paragraph-background: #f0f0f0;
    --van-skeleton-avatar-background: #f0f0f0;
    --van-image-placeholder-background: #ffffff;
    --van-divider-margin: var(--van-padding-xs);
    --van-orange: #FF9F43;
    --van-orange-light: #FFEFE1;
    --van-base-font: Source Han Sans;
    --van-dialog-message-font-size: 16px;
    --van-red: #EA5455;
    --van-red-light: #FFE3E3;
    --van-red-2: #c74748;
    --van-green: #28C76F;
    --van-green-light: #d9ffea;
    --van-tag-radius: 4px;
    --van-gray-2: #f5f5f5;
    --van-text-secondary: #c1c1c1;
    --van-background-header: #2e2e2e;
    --van-action-sheet-max-height: 75%;
    --van-divider-text-color: var(--van-border-color);
    --van-swipe-indicator-inactive-background: #b8b8b8;
    --van-swipe-indicator-size: 8px;
    --van-notice-bar-text-color: var(--van-red);
    --el-color-primary: var(--van-blue);
    --van-news-font-size: 16px;
    --van-divider-border-color: var(--caixin-SolidColor-Extra-Divider)
}

@media screen and (min-width: 1200px) {
    .mobile-hide {
        display: none !important
    }
}

@media screen and (max-width: 1200px) {
    .pc-hide {
        display: none !important
    }
}

.van-button.van-button--default {
    background-color: #eff0fc;
    color: #46464a
}

.van-button.van-dialog__cancel {
    background-color: transparent
}

.van-tag {
    font-weight: 350
}

.van-tag.van-tag--primary-flat {
    background-color: var(--caixin-OpacityColor-Primary24) !important;
    color: var(--caixin-TypographyColor-HeadingText)
}

.van-tag.van-tag--primary.van-tag-tonal {
    background-color: var(--van-blue-light) !important;
    color: var(--van-blue) !important
}

.van-tag.van-tag--warning.van-tag-tonal {
    background-color: var(--van-orange-light) !important;
    color: var(--van-orange) !important
}

.van-tag.van-tag--danger.van-tag-tonal {
    background-color: var(--van-red-light) !important;
    color: var(--van-red) !important
}

.van-tag.van-tag--primary2 {
    background-color: #e8e9f7;
    color: #000;
    border: 0;
    border-radius: 4px
}

.van-tag.van-tag--warning {
    color: var(--van-orange)
}

.van-tag.van-tag--primary,
.van-tag.van-tag--primary a {
    color: #fff
}

.van-tag.van-tag--secondary {
    background-color: #e8e9f7;
    color: var(--van-black) !important
}

.van-tag.van-tag--secondary a {
    color: unset
}

.van-tag.van-tag--danger {
    background: var(--van-red-2)
}

.van-row {
    align-items: center
}

.van-haptic-feedback {
    transition: .2s all
}

.van-action-sheet .van-action-sheet__header {
    padding: 15px 20px 5px !important
}

.van-action-sheet .van-action-sheet__content {
    padding: 0 20px 5px !important
}

.van-action-sheet {
    text-align: left;
    z-index: 10004 !important;
    max-height: 75vh
}

.van-action-sheet .van-action-sheet__header {
    line-height: unset;
    color: unset;
    text-align: left;
    font-size: .27rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 20px
}

.van-action-sheet .van-action-sheet__close {
    color: #000;
    border: 0;
    position: static;
    padding: 0
}

.van-action-sheet .van-action-sheet__content {
    padding: 10px 0 20px
}

.van-action-sheet .van-row {
    flex-wrap: nowrap;
    align-items: flex-start
}

.van-action-sheet .van-row:not(.van-action-sheet .van-row:last-child) {
    margin-bottom: 10px
}

.van-action-sheet .van-row .van-col:first-child {
    width: 70px;
    flex-shrink: 0
}

.van-text-ellipsis .van-text-ellipsis__action {
    font-size: 14px
}

.van-dialog .van-button--default {
    border: 0
}

.container {
    padding: 12px
}

.text-primary {
    color: var(--van-blue)
}

.text-secondary {
    color: var(--van-text-secondary)
}

.text-dark {
    color: #000
}

.bg-secondary {
    background-color: var(--van-gray-2)
}

.text-red {
    color: var(--van-red)
}

.text-green {
    color: var(--van-green)
}

.text-disabled {
    color: var(--van-gray-5)
}

.text-nowrap {
    white-space: nowrap
}

.text-center {
    text-align: center
}

.text-underline {
    text-decoration: underline
}

.text-small {
    font-size: 12px
}

.d-flex {
    display: flex
}

.d-block {
    display: block
}

.d-none {
    display: none
}

.display-flex {
    display: flex
}

.justify-between {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.align-center {
    align-items: center
}

.notice-bar {
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 12px
}

.notice-bar .ti {
    margin-right: 15px;
    vertical-align: middle
}

.notice-bar-primary {
    background: var(--van-blue);
    color: #fff
}

.notice-bar-primary.notice-bar-tonal {
    background: var(--van-blue-light);
    color: var(--van-blue)
}

.notice-bar-success {
    background: var(--van-green);
    color: #fff
}

.notice-bar-success.notice-bar-tonal {
    background: var(--van-green-light);
    color: var(--van-green)
}

.notice-bar-warning {
    background: #ffc069;
    color: #fff
}

.notice-bar-warning.notice-bar-tonal {
    background: #ffc0691f;
    color: #ffc069
}

.notice-bar-danger {
    background: #ff4e64;
    color: #fff
}

.notice-bar-danger.notice-bar-tonal {
    background: #ff4e641f;
    color: #ff4e64
}

.ma-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-20 {
    margin-right: 6px
}

.mr-40 {
    margin-right: 12px
}

.van-tag.copy {
    padding: 4px
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.el-timeline {
    --el-timeline-node-size-normal: 8px !important
}

.el-timeline-item:last-child {
    padding-bottom: 10px
}

.el-timeline-item .el-timeline-item__node.is-hollow {
    border-color: #4e46b499;
    border-width: 3px
}

.el-timeline-item .el-timeline-item__tail {
    border-color: #4e46b499;
    left: 2px
}

.el-timeline-item .el-timeline-item__content {
    font-size: var(--van-default-font-size);
    color: var(--van-text-color)
}

.el-timeline-item .el-timeline-item__content .timeline-title {
    font-weight: 550
}

.el-timeline-item .el-timeline-item__content .timeline-desc {
    font-weight: 400;
    color: #3d3d3d
}

.el-timeline-item .el-timeline-item__timestamp {
    font-size: 12px;
    color: var(--van-text-color)
}

div.van-notice-bar {
    font-size: unset
}

div.van-notice-bar .ti-lock {
    opacity: 1
}

.custom-tabs.card {
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 4px;
    flex-shrink: 0
}

.custom-tabs.card.route-tab {
    gap: 4px
}

.custom-tabs.card .item {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    padding: 7px 8px
}

.custom-tabs.card .item.active {
    font-weight: 600
}

.van-theme-dark .detail-page .auth-detail-notice {
    background-color: var(--van-background-header)
}

.van-theme-dark .detail-page .container.infos .van-image,
.van-theme-dark .detail-page .container.infos .van-image__error {
    background: var(--van-gray-6) !important
}

.van-theme-dark .detail-page .container.infos span {
    color: var(--van-white) !important
}

.van-theme-dark .stock .name b,
.van-theme-dark .bond .name b {
    background: var(--van-gray-7) !important
}

.van-theme-dark .personsli .imgbox .van-image div.van-image__error {
    background: var(--van-gray-7);
    color: #fff
}

.van-theme-dark .van-text-ellipsis__action {
    color: var(--van-dark-blue)
}

.van-theme-dark .van-button--normal.van-button--primary {
    background-color: var(--van-dark-blue)
}

.van-theme-dark .van-button--plain.van-button--primary {
    color: var(--van-dark-blue)
}

.van-theme-dark .van-button.van-button--default {
    background-color: #535353;
    color: #fff
}

.van-theme-dark .van-button.van-dialog__cancel {
    background-color: transparent
}

.van-theme-dark .van-floating-bubble.custom-floating-bubble {
    border-radius: 8px;
    background: #1f1f1f;
    box-shadow: 0 0 0 4px #d4d3e71f;
    color: #fff;
    width: 40px;
    height: 40px
}

.van-theme-dark .van-tag.van-tag--primary2 {
    background-color: #4a4c69;
    color: var(--van-color-dark)
}

.van-theme-dark .van-tag.van-tag--secondary {
    background: var(--van-blue-light) !important;
    color: var(--van-white) !important
}

.van-theme-dark .van-tab {
    color: var(--van-color-dark)
}

.van-theme-dark .van-tab--active {
    color: var(--van-dark-blue)
}

.van-theme-dark .van-dialog {
    background: #353535
}

.van-theme-dark .van-dialog .van-dialog__header,
.van-theme-dark .van-dialog .van-dialog__message--has-title,
.van-theme-dark .van-dialog .van-dialog__message {
    color: #fff
}

.van-theme-dark .text-primary {
    color: var(--van-dark-blue)
}

.van-theme-dark .text-dark {
    color: #fff !important
}

.van-theme-dark .bg-secondary {
    background-color: #1f1f1f
}

.van-theme-dark .bg-primary {
    background-color: var(--van-dark-blue)
}

.van-theme-dark .fixed-table thead th {
    background-color: #444;
    color: unset
}

.van-theme-dark .fixed-table tbody tr:nth-child(odd) td {
    background-color: #2e2e2e
}

.van-theme-dark .fixed-table tbody tr:nth-child(2n) td {
    background-color: #444
}

.van-theme-dark .el-timeline-item__content {
    color: unset
}

.van-theme-dark .el-timeline-item__content .timeline-desc {
    color: var(--van-gray-6)
}

.van-theme-dark svg text {
    fill: var(--van-color-dark) !important
}

.van-theme-dark svg text.parent {
    fill: #000;
    stroke: #000
}

.van-theme-dark .card.table-card .title {
    color: var(--van-white) !important
}

.van-theme-dark .van-action-sheet,
.van-theme-dark .van-action-sheet .van-action-sheet__header,
.van-theme-dark .van-action-sheet .van-action-sheet__close {
    color: var(--van-white)
}

.van-theme-dark .van-skeleton-paragraph,
.van-theme-dark .van-skeleton-avatar {
    background-color: #8b8b8b
}

.van-theme-dark .van-search__content {
    background-color: #1f1f1f !important
}

.van-theme-dark .content .exponent,
.van-theme-dark .content .A_ind,
.van-theme-dark .content .H_ind {
    filter: brightness(2)
}

.van-theme-dark .demo-news-tab .van-tab__panel .van-list.card:not(.kxnews) .van-cell__title,
.van-theme-dark .my-1 b {
    color: var(--van-gray-5) !important
}

.van-theme-dark .my-1 {
    color: var(--van-gray-6) !important
}

.van-theme-dark .demo-news-tab .van-tab__panel .van-list.card .jxNews>div,
.van-theme-dark .demo-news-tab .van-tab__panel .van-list.card .bordered-box {
    background-color: var(--van-background-header) !important
}

.wap-header {
    padding: 10px 5px
}

.menu-list {
    padding: 7px 15px 12px
}

.menu-list .van-space-item {
    margin-bottom: 10px !important
}

.sticky-search-container {
    position: relative;
    z-index: 13;
    box-shadow: 0 8px 24px #00000014
}

.sticky-search-container .van-sticky--fixed {
    box-shadow: 0 8px 24px #00000014
}

.search-form {
    border-radius: 0 0 10px 10px
}

.search-form .van-search {
    background: var(--caixin-OpacityColor-Gray8);
    padding: 0;
    border-radius: 13.46px;
    width: 100%
}

.search-form .van-search__field {
    height: auto
}

.search-form .van-field__left-icon {
    display: flex;
    align-items: center;
    margin-right: 0
}

.search-form .van-field__right-icon {
    padding-right: 0
}

.search-form .van-field__body {
    padding: 0 13px 0 0
}

.van-floating-bubble.custom-floating-bubble {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 0 4px #4e46b41f;
    color: var(--van-gray-7);
    width: 40px;
    height: 40px
}

.childTabs ul {
    padding: 12px
}

.childTabs li:not(:last-child) {
    margin-bottom: 16px
}

.childTabs .van-badge-secondary {
    transform: none;
    background-color: var(--van-gray-2);
    color: var(--van-black);
    border-radius: 4px;
    padding: 3px 8px;
    margin-left: 20px
}

.detail-page .content li {
    padding: 6px 0;
    margin-top: 6px
}

.detail-page .content li a {
    margin-left: 6px
}

.detail-page .van-tag:not(:last-child) {
    margin-right: 6px
}

.detail-page .infos .van-row {
    margin-bottom: 13px;
    flex-wrap: nowrap;
    align-items: flex-start
}

.detail-page .infos .more {
    word-break: keep-all
}

.detail-page .copy {
    float: right;
    margin-left: 12px
}

.table-container {
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    position: relative
}

.table-card .table-bottom-divider,
.table-container .table-bottom-divider {
    padding-bottom: 10px
}

.table-card .van-notice-bar__wrap .d-flex,
.table-container .van-notice-bar__wrap .d-flex {
    justify-content: center
}

.fixed-table {
    border-collapse: collapse;
    width: 100%
}

.fixed-table thead th {
    background-color: #f5f5f5;
    white-space: nowrap;
    color: #000
}

.fixed-table tbody tr:nth-child(odd) td {
    background-color: #fff
}

.fixed-table tbody tr:nth-child(2n) td {
    background-color: #f5f5f5
}

.fixed-table th,
.fixed-table td {
    padding: 12px;
    text-align: left
}

.fixed-table .sticky-header {
    position: sticky;
    top: 0;
    z-index: 10
}

.fixed-table .sticky-column {
    position: sticky;
    left: 0;
    z-index: 11
}

.fixed-table .companyImg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 4px
}

.search-form {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap
}

.matchData {
    text-align: left
}

.matchData button {
    margin-top: 10px;
    height: auto;
    padding: 6px 12px
}

.matchData button img {
    width: .3rem;
    margin-right: .08rem
}

.matchData p {
    margin-bottom: 0
}

.auth-text {
    color: var(--van-red)
}

.auth-notice-center .van-notice-bar {
    justify-content: center
}

.auth-notice-center .van-notice-bar__wrap {
    flex: unset
}

.auth-notice-center .van-notice-bar__wrap .van-notice-bar__content {
    position: static
}

.my-concern .nodata-container .van-image {
    margin-bottom: 20px
}

.van-button--plain.van-button--primary.load-more {
    border: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: calc(100% - 24px);
    margin: 0 auto;
    font-size: 15px
}

.person-detail .van-tabs .nodata-container {
    padding-top: 30px
}

.person-detail .container.infos {
    padding: 18px 25px 0
}

.person-detail .container.infos .van-row {
    gap: 12px;
    align-items: flex-start
}

.person-detail .container.infos .van-image {
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    width: 74px;
    height: 74px
}

.person-detail .container.infos .van-image :deep(img) {
    border-radius: 4px
}

.person-detail .container.infos .van-image:empty {
    display: none
}

.person-detail .container.infos .van-image :deep(.van-image__error) {
    position: relative;
    display: block;
    background: transparent
}

.person-detail .container.infos .van-image :deep(.van-image__error) img {
    width: 100%;
    height: 100%
}

.person-detail .container.infos span {
    padding-top: 6px;
    opacity: .8
}

.commonLogo img {
    width: unset !important;
    height: unset !important;
    max-height: 70px !important
}

.detail-action-sheet .van-row .van-col:last-child {
    font-size: var(--van-default-font-size)
}

.news-content h3 {
    font-size: var(--van-default-font-size)
}

#app .search-container .nodata-container {
    padding: 0;
    height: 100%;
    transform: translateY(-30px)
}

.search-box.card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 8px 24px -6px #00000014;
    position: relative;
    z-index: 2
}

:root,
:host {
    --van-black: #000;
    --van-white: #fff;
    --van-gray-1: #f7f8fa;
    --van-gray-2: #f2f3f5;
    --van-gray-3: #ebedf0;
    --van-gray-4: #dcdee0;
    --van-gray-5: #c8c9cc;
    --van-gray-6: #969799;
    --van-gray-7: #646566;
    --van-gray-8: #323233;
    --van-red: #ee0a24;
    --van-blue: #1989fa;
    --van-orange: #ff976a;
    --van-orange-dark: #ed6a0c;
    --van-orange-light: #fffbe8;
    --van-green: #07c160;
    --van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);
    --van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);
    --van-primary-color: var(--van-blue);
    --van-success-color: var(--van-green);
    --van-danger-color: var(--van-red);
    --van-warning-color: var(--van-orange);
    --van-text-color: var(--van-gray-8);
    --van-text-color-2: var(--van-gray-6);
    --van-text-color-3: var(--van-gray-5);
    --van-active-color: var(--van-gray-2);
    --van-active-opacity: .6;
    --van-disabled-opacity: .5;
    --van-background: var(--van-gray-1);
    --van-background-2: var(--van-white);
    --van-background-3: var(--van-white);
    --van-padding-base: 4px;
    --van-padding-xs: 8px;
    --van-padding-sm: 12px;
    --van-padding-md: 16px;
    --van-padding-lg: 24px;
    --van-padding-xl: 32px;
    --van-font-bold: 600;
    --van-font-size-xs: 10px;
    --van-font-size-sm: 12px;
    --van-font-size-md: 14px;
    --van-font-size-lg: 16px;
    --van-line-height-xs: 14px;
    --van-line-height-sm: 18px;
    --van-line-height-md: 20px;
    --van-line-height-lg: 22px;
    --van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;
    --van-duration-base: .3s;
    --van-duration-fast: .2s;
    --van-ease-out: ease-out;
    --van-ease-in: ease-in;
    --van-border-color: var(--van-gray-3);
    --van-border-width: 1px;
    --van-radius-sm: 2px;
    --van-radius-md: 4px;
    --van-radius-lg: 8px;
    --van-radius-max: 999px
}

.van-theme-dark {
    --van-text-color: #f5f5f5;
    --van-text-color-2: #707070;
    --van-text-color-3: #4d4d4d;
    --van-border-color: #3a3a3c;
    --van-active-color: #3a3a3c;
    --van-background: #000;
    --van-background-2: #1c1c1e;
    --van-background-3: #37363b
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: var(--van-base-font)
}

a {
    text-decoration: none
}

input,
button,
textarea {
    color: inherit;
    font: inherit
}

a:focus,
input:focus,
button:focus,
textarea:focus,
[class*=van-]:focus {
    outline: none
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@keyframes van-slide-up-enter {
    0% {
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes van-slide-up-leave {
    to {
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes van-slide-down-enter {
    0% {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes van-slide-down-leave {
    to {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes van-slide-left-enter {
    0% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes van-slide-left-leave {
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes van-slide-right-enter {
    0% {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes van-slide-right-leave {
    to {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes van-rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.van-fade-enter-active {
    animation: var(--van-duration-base) van-fade-in both var(--van-ease-out)
}

.van-fade-leave-active {
    animation: var(--van-duration-base) van-fade-out both var(--van-ease-in)
}

.van-slide-up-enter-active {
    animation: van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)
}

.van-slide-up-leave-active {
    animation: van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)
}

.van-slide-down-enter-active {
    animation: van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)
}

.van-slide-down-leave-active {
    animation: van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)
}

.van-slide-left-enter-active {
    animation: van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)
}

.van-slide-left-leave-active {
    animation: van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)
}

.van-slide-right-enter-active {
    animation: van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)
}

.van-slide-right-leave-active {
    animation: van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)
}

.van-clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-multi-ellipsis--l2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-break: anywhere;
    -webkit-box-orient: vertical
}

.van-multi-ellipsis--l3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-break: anywhere;
    -webkit-box-orient: vertical
}

.van-safe-area-top {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top)
}

.van-safe-area-bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.van-haptics-feedback {
    cursor: pointer
}

.van-haptics-feedback:active {
    opacity: var(--van-active-opacity)
}

[class*=van-hairline]:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid var(--van-border-color);
    transform: scale(.5)
}

.van-hairline,
.van-hairline--top,
.van-hairline--left,
.van-hairline--right,
.van-hairline--bottom,
.van-hairline--surround,
.van-hairline--top-bottom {
    position: relative
}

.van-hairline--top:after {
    border-top-width: var(--van-border-width)
}

.van-hairline--left:after {
    border-left-width: var(--van-border-width)
}

.van-hairline--right:after {
    border-right-width: var(--van-border-width)
}

.van-hairline--bottom:after {
    border-bottom-width: var(--van-border-width)
}

.van-hairline--top-bottom:after,
.van-hairline-unset--top-bottom:after {
    border-width: var(--van-border-width) 0
}

.van-hairline--surround:after {
    border-width: var(--van-border-width)
}

:root,
:host {
    --van-badge-size: 16px;
    --van-badge-color: var(--van-white);
    --van-badge-padding: 0 3px;
    --van-badge-font-size: var(--van-font-size-sm);
    --van-badge-font-weight: var(--van-font-bold);
    --van-badge-border-width: var(--van-border-width);
    --van-badge-background: var(--van-danger-color);
    --van-badge-dot-color: var(--van-danger-color);
    --van-badge-dot-size: 8px;
    --van-badge-font: -apple-system-font, helvetica neue, arial, sans-serif
}

.van-badge {
    display: inline-block;
    box-sizing: border-box;
    min-width: var(--van-badge-size);
    padding: var(--van-badge-padding);
    color: var(--van-badge-color);
    font-weight: var(--van-badge-font-weight);
    font-size: var(--van-badge-font-size);
    font-family: var(--van-badge-font);
    line-height: 1.2;
    text-align: center;
    background: var(--van-badge-background);
    border: var(--van-badge-border-width) solid var(--van-background-2);
    border-radius: var(--van-radius-max)
}

.van-badge--fixed {
    position: absolute;
    transform-origin: 100%
}

.van-badge--top-left {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%)
}

.van-badge--top-right {
    top: 0;
    right: 0;
    transform: translate(50%, -50%)
}

.van-badge--bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%)
}

.van-badge--bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%)
}

.van-badge--dot {
    width: var(--van-badge-dot-size);
    min-width: 0;
    height: var(--van-badge-dot-size);
    background: var(--van-badge-dot-color);
    border-radius: 100%;
    border: none;
    padding: 0
}

.van-badge__wrapper {
    position: relative;
    display: inline-block
}

.van-icon {
    position: relative;
    display: inline-block;
    font: 14px/1 vant-icon;
    font: normal normal normal 14px/1 var(--van-icon-font-family, "vant-icon");
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.van-icon:before {
    display: inline-block
}

.van-icon-arrow-double-left:before {
    content: ""
}

.van-icon-arrow-double-right:before {
    content: ""
}

.van-icon-contact:before {
    content: ""
}

.van-icon-notes:before {
    content: ""
}

.van-icon-records:before {
    content: ""
}

.van-icon-cash-back-record:before {
    content: ""
}

.van-icon-newspaper:before {
    content: ""
}

.van-icon-discount:before {
    content: ""
}

.van-icon-completed:before {
    content: ""
}

.van-icon-user:before {
    content: ""
}

.van-icon-description:before {
    content: ""
}

.van-icon-list-switch:before {
    content: ""
}

.van-icon-list-switching:before {
    content: ""
}

.van-icon-link-o:before {
    content: ""
}

.van-icon-miniprogram-o:before {
    content: ""
}

.van-icon-qq:before {
    content: ""
}

.van-icon-wechat-moments:before {
    content: ""
}

.van-icon-weibo:before {
    content: ""
}

.van-icon-cash-o:before {
    content: ""
}

.van-icon-guide-o:before {
    content: ""
}

.van-icon-invitation:before {
    content: ""
}

.van-icon-shield-o:before {
    content: ""
}

.van-icon-exchange:before {
    content: ""
}

.van-icon-eye:before {
    content: ""
}

.van-icon-enlarge:before {
    content: ""
}

.van-icon-expand-o:before {
    content: ""
}

.van-icon-eye-o:before {
    content: ""
}

.van-icon-expand:before {
    content: ""
}

.van-icon-filter-o:before {
    content: ""
}

.van-icon-fire:before {
    content: ""
}

.van-icon-fail:before {
    content: ""
}

.van-icon-failure:before {
    content: ""
}

.van-icon-fire-o:before {
    content: ""
}

.van-icon-flag-o:before {
    content: ""
}

.van-icon-font:before {
    content: ""
}

.van-icon-font-o:before {
    content: ""
}

.van-icon-gem-o:before {
    content: ""
}

.van-icon-flower-o:before {
    content: ""
}

.van-icon-gem:before {
    content: ""
}

.van-icon-gift-card:before {
    content: ""
}

.van-icon-friends:before {
    content: ""
}

.van-icon-friends-o:before {
    content: ""
}

.van-icon-gold-coin:before {
    content: ""
}

.van-icon-gold-coin-o:before {
    content: ""
}

.van-icon-good-job-o:before {
    content: ""
}

.van-icon-gift:before {
    content: ""
}

.van-icon-gift-o:before {
    content: ""
}

.van-icon-gift-card-o:before {
    content: ""
}

.van-icon-good-job:before {
    content: ""
}

.van-icon-home-o:before {
    content: ""
}

.van-icon-goods-collect:before {
    content: ""
}

.van-icon-graphic:before {
    content: ""
}

.van-icon-goods-collect-o:before {
    content: ""
}

.van-icon-hot-o:before {
    content: ""
}

.van-icon-info:before {
    content: ""
}

.van-icon-hotel-o:before {
    content: ""
}

.van-icon-info-o:before {
    content: ""
}

.van-icon-hot-sale-o:before {
    content: ""
}

.van-icon-hot:before {
    content: ""
}

.van-icon-like:before {
    content: ""
}

.van-icon-idcard:before {
    content: ""
}

.van-icon-like-o:before {
    content: ""
}

.van-icon-hot-sale:before {
    content: ""
}

.van-icon-location-o:before {
    content: ""
}

.van-icon-location:before {
    content: ""
}

.van-icon-label:before {
    content: ""
}

.van-icon-lock:before {
    content: ""
}

.van-icon-label-o:before {
    content: ""
}

.van-icon-map-marked:before {
    content: ""
}

.van-icon-logistics:before {
    content: ""
}

.van-icon-manager:before {
    content: ""
}

.van-icon-more:before {
    content: ""
}

.van-icon-live:before {
    content: ""
}

.van-icon-manager-o:before {
    content: ""
}

.van-icon-medal:before {
    content: ""
}

.van-icon-more-o:before {
    content: ""
}

.van-icon-music-o:before {
    content: ""
}

.van-icon-music:before {
    content: ""
}

.van-icon-new-arrival-o:before {
    content: ""
}

.van-icon-medal-o:before {
    content: ""
}

.van-icon-new-o:before {
    content: ""
}

.van-icon-free-postage:before {
    content: ""
}

.van-icon-newspaper-o:before {
    content: ""
}

.van-icon-new-arrival:before {
    content: ""
}

.van-icon-minus:before {
    content: ""
}

.van-icon-orders-o:before {
    content: ""
}

.van-icon-new:before {
    content: ""
}

.van-icon-paid:before {
    content: ""
}

.van-icon-notes-o:before {
    content: ""
}

.van-icon-other-pay:before {
    content: ""
}

.van-icon-pause-circle:before {
    content: ""
}

.van-icon-pause:before {
    content: ""
}

.van-icon-pause-circle-o:before {
    content: ""
}

.van-icon-peer-pay:before {
    content: ""
}

.van-icon-pending-payment:before {
    content: ""
}

.van-icon-passed:before {
    content: ""
}

.van-icon-plus:before {
    content: ""
}

.van-icon-phone-circle-o:before {
    content: ""
}

.van-icon-phone-o:before {
    content: ""
}

.van-icon-printer:before {
    content: ""
}

.van-icon-photo-fail:before {
    content: ""
}

.van-icon-phone:before {
    content: ""
}

.van-icon-photo-o:before {
    content: ""
}

.van-icon-play-circle:before {
    content: ""
}

.van-icon-play:before {
    content: ""
}

.van-icon-phone-circle:before {
    content: ""
}

.van-icon-point-gift-o:before {
    content: ""
}

.van-icon-point-gift:before {
    content: ""
}

.van-icon-play-circle-o:before {
    content: ""
}

.van-icon-shrink:before {
    content: ""
}

.van-icon-photo:before {
    content: ""
}

.van-icon-qr:before {
    content: ""
}

.van-icon-qr-invalid:before {
    content: ""
}

.van-icon-question-o:before {
    content: ""
}

.van-icon-revoke:before {
    content: ""
}

.van-icon-replay:before {
    content: ""
}

.van-icon-service:before {
    content: ""
}

.van-icon-question:before {
    content: ""
}

.van-icon-search:before {
    content: ""
}

.van-icon-refund-o:before {
    content: ""
}

.van-icon-service-o:before {
    content: ""
}

.van-icon-scan:before {
    content: ""
}

.van-icon-share:before {
    content: ""
}

.van-icon-send-gift-o:before {
    content: ""
}

.van-icon-share-o:before {
    content: ""
}

.van-icon-setting:before {
    content: ""
}

.van-icon-points:before {
    content: ""
}

.van-icon-photograph:before {
    content: ""
}

.van-icon-shop:before {
    content: ""
}

.van-icon-shop-o:before {
    content: ""
}

.van-icon-shop-collect-o:before {
    content: ""
}

.van-icon-shop-collect:before {
    content: ""
}

.van-icon-smile:before {
    content: ""
}

.van-icon-shopping-cart-o:before {
    content: ""
}

.van-icon-sign:before {
    content: ""
}

.van-icon-sort:before {
    content: ""
}

.van-icon-star-o:before {
    content: ""
}

.van-icon-smile-comment-o:before {
    content: ""
}

.van-icon-stop:before {
    content: ""
}

.van-icon-stop-circle-o:before {
    content: ""
}

.van-icon-smile-o:before {
    content: ""
}

.van-icon-star:before {
    content: ""
}

.van-icon-success:before {
    content: ""
}

.van-icon-stop-circle:before {
    content: ""
}

.van-icon-records-o:before {
    content: ""
}

.van-icon-shopping-cart:before {
    content: ""
}

.van-icon-tosend:before {
    content: ""
}

.van-icon-todo-list:before {
    content: ""
}

.van-icon-thumb-circle-o:before {
    content: ""
}

.van-icon-thumb-circle:before {
    content: ""
}

.van-icon-umbrella-circle:before {
    content: ""
}

.van-icon-underway:before {
    content: ""
}

.van-icon-upgrade:before {
    content: ""
}

.van-icon-todo-list-o:before {
    content: ""
}

.van-icon-tv-o:before {
    content: ""
}

.van-icon-underway-o:before {
    content: ""
}

.van-icon-user-o:before {
    content: ""
}

.van-icon-vip-card-o:before {
    content: ""
}

.van-icon-vip-card:before {
    content: ""
}

.van-icon-send-gift:before {
    content: ""
}

.van-icon-wap-home:before {
    content: ""
}

.van-icon-wap-nav:before {
    content: ""
}

.van-icon-volume-o:before {
    content: ""
}

.van-icon-video:before {
    content: ""
}

.van-icon-wap-home-o:before {
    content: ""
}

.van-icon-volume:before {
    content: ""
}

.van-icon-warning:before {
    content: ""
}

.van-icon-weapp-nav:before {
    content: ""
}

.van-icon-wechat-pay:before {
    content: ""
}

.van-icon-warning-o:before {
    content: ""
}

.van-icon-wechat:before {
    content: ""
}

.van-icon-setting-o:before {
    content: ""
}

.van-icon-youzan-shield:before {
    content: ""
}

.van-icon-warn-o:before {
    content: ""
}

.van-icon-smile-comment:before {
    content: ""
}

.van-icon-user-circle-o:before {
    content: ""
}

.van-icon-video-o:before {
    content: ""
}

.van-icon-add-square:before {
    content: ""
}

.van-icon-add:before {
    content: ""
}

.van-icon-arrow-down:before {
    content: ""
}

.van-icon-arrow-up:before {
    content: ""
}

.van-icon-arrow:before {
    content: ""
}

.van-icon-after-sale:before {
    content: ""
}

.van-icon-add-o:before {
    content: ""
}

.van-icon-alipay:before {
    content: ""
}

.van-icon-ascending:before {
    content: ""
}

.van-icon-apps-o:before {
    content: ""
}

.van-icon-aim:before {
    content: ""
}

.van-icon-award:before {
    content: ""
}

.van-icon-arrow-left:before {
    content: ""
}

.van-icon-award-o:before {
    content: ""
}

.van-icon-audio:before {
    content: ""
}

.van-icon-bag-o:before {
    content: ""
}

.van-icon-balance-list:before {
    content: ""
}

.van-icon-back-top:before {
    content: ""
}

.van-icon-bag:before {
    content: ""
}

.van-icon-balance-pay:before {
    content: ""
}

.van-icon-balance-o:before {
    content: ""
}

.van-icon-bar-chart-o:before {
    content: ""
}

.van-icon-bars:before {
    content: ""
}

.van-icon-balance-list-o:before {
    content: ""
}

.van-icon-birthday-cake-o:before {
    content: ""
}

.van-icon-bookmark:before {
    content: ""
}

.van-icon-bill:before {
    content: ""
}

.van-icon-bell:before {
    content: ""
}

.van-icon-browsing-history-o:before {
    content: ""
}

.van-icon-browsing-history:before {
    content: ""
}

.van-icon-bookmark-o:before {
    content: ""
}

.van-icon-bulb-o:before {
    content: ""
}

.van-icon-bullhorn-o:before {
    content: ""
}

.van-icon-bill-o:before {
    content: ""
}

.van-icon-calendar-o:before {
    content: ""
}

.van-icon-brush-o:before {
    content: ""
}

.van-icon-card:before {
    content: ""
}

.van-icon-cart-o:before {
    content: ""
}

.van-icon-cart-circle:before {
    content: ""
}

.van-icon-cart-circle-o:before {
    content: ""
}

.van-icon-cart:before {
    content: ""
}

.van-icon-cash-on-deliver:before {
    content: ""
}

.van-icon-cash-back-record-o:before {
    content: ""
}

.van-icon-cashier-o:before {
    content: ""
}

.van-icon-chart-trending-o:before {
    content: ""
}

.van-icon-certificate:before {
    content: ""
}

.van-icon-chat:before {
    content: ""
}

.van-icon-clear:before {
    content: ""
}

.van-icon-chat-o:before {
    content: ""
}

.van-icon-checked:before {
    content: ""
}

.van-icon-clock:before {
    content: ""
}

.van-icon-clock-o:before {
    content: ""
}

.van-icon-close:before {
    content: ""
}

.van-icon-closed-eye:before {
    content: ""
}

.van-icon-circle:before {
    content: ""
}

.van-icon-cluster-o:before {
    content: ""
}

.van-icon-column:before {
    content: ""
}

.van-icon-comment-circle-o:before {
    content: ""
}

.van-icon-cluster:before {
    content: ""
}

.van-icon-comment:before {
    content: ""
}

.van-icon-comment-o:before {
    content: ""
}

.van-icon-comment-circle:before {
    content: ""
}

.van-icon-completed-o:before {
    content: ""
}

.van-icon-credit-pay:before {
    content: ""
}

.van-icon-coupon:before {
    content: ""
}

.van-icon-debit-pay:before {
    content: ""
}

.van-icon-coupon-o:before {
    content: ""
}

.van-icon-contact-o:before {
    content: ""
}

.van-icon-descending:before {
    content: ""
}

.van-icon-desktop-o:before {
    content: ""
}

.van-icon-diamond-o:before {
    content: ""
}

.van-icon-description-o:before {
    content: ""
}

.van-icon-delete:before {
    content: ""
}

.van-icon-diamond:before {
    content: ""
}

.van-icon-delete-o:before {
    content: ""
}

.van-icon-cross:before {
    content: ""
}

.van-icon-edit:before {
    content: ""
}

.van-icon-ellipsis:before {
    content: ""
}

.van-icon-down:before {
    content: ""
}

.van-icon-discount-o:before {
    content: ""
}

.van-icon-ecard-pay:before {
    content: ""
}

.van-icon-envelop-o:before {
    content: ""
}

@font-face {
    font-weight: 400;
    font-family: vant-icon;
    font-style: normal;
    font-display: auto;
    src: url(data:font/woff2;charset=utf-8;base64,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) format("woff2"), url(../font/font_2553510_ciljc7axaw7.woff) format("woff")
}

.van-icon__image {
    display: block;
    width: 1em;
    height: 1em;
    object-fit: contain
}

:root,
:host {
    --van-overlay-z-index: 1;
    --van-overlay-background: rgba(0, 0, 0, .7)
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--van-overlay-z-index);
    width: 100%;
    height: 100%;
    background: var(--van-overlay-background)
}

:root,
:host {
    --van-popup-background: var(--van-background-2);
    --van-popup-transition: transform var(--van-duration-base);
    --van-popup-round-radius: 16px;
    --van-popup-close-icon-size: 22px;
    --van-popup-close-icon-color: var(--van-gray-5);
    --van-popup-close-icon-margin: 16px;
    --van-popup-close-icon-z-index: 1
}

.van-overflow-hidden {
    overflow: hidden !important
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: var(--van-popup-background);
    transition: var(--van-popup-transition);
    -webkit-overflow-scrolling: touch
}

.van-popup--center {
    top: 50%;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(100vw - var(--van-padding-md) * 2);
    margin: 0 auto;
    transform: translateY(-50%)
}

.van-popup--center.van-popup--round {
    border-radius: var(--van-popup-round-radius)
}

.van-popup--top {
    top: 0;
    left: 0;
    width: 100%
}

.van-popup--top.van-popup--round {
    border-radius: 0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)
}

.van-popup--right {
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0)
}

.van-popup--right.van-popup--round {
    border-radius: var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)
}

.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%
}

.van-popup--bottom.van-popup--round {
    border-radius: var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0
}

.van-popup--left {
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0)
}

.van-popup--left.van-popup--round {
    border-radius: 0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0
}

.van-popup-slide-top-enter-active,
.van-popup-slide-left-enter-active,
.van-popup-slide-right-enter-active,
.van-popup-slide-bottom-enter-active {
    transition-timing-function: var(--van-ease-out)
}

.van-popup-slide-top-leave-active,
.van-popup-slide-left-leave-active,
.van-popup-slide-right-leave-active,
.van-popup-slide-bottom-leave-active {
    transition-timing-function: var(--van-ease-in)
}

.van-popup-slide-top-enter-from,
.van-popup-slide-top-leave-active {
    transform: translate3d(0, -100%, 0)
}

.van-popup-slide-right-enter-from,
.van-popup-slide-right-leave-active {
    transform: translate3d(100%, -50%, 0)
}

.van-popup-slide-bottom-enter-from,
.van-popup-slide-bottom-leave-active {
    transform: translate3d(0, 100%, 0)
}

.van-popup-slide-left-enter-from,
.van-popup-slide-left-leave-active {
    transform: translate3d(-100%, -50%, 0)
}

.van-popup__close-icon {
    position: absolute;
    z-index: var(--van-popup-close-icon-z-index);
    color: var(--van-popup-close-icon-color);
    font-size: var(--van-popup-close-icon-size)
}

.van-popup__close-icon--top-left {
    top: var(--van-popup-close-icon-margin);
    left: var(--van-popup-close-icon-margin)
}

.van-popup__close-icon--top-right {
    top: var(--van-popup-close-icon-margin);
    right: var(--van-popup-close-icon-margin)
}

.van-popup__close-icon--bottom-left {
    bottom: var(--van-popup-close-icon-margin);
    left: var(--van-popup-close-icon-margin)
}

.van-popup__close-icon--bottom-right {
    right: var(--van-popup-close-icon-margin);
    bottom: var(--van-popup-close-icon-margin)
}

:root,
:host {
    --van-cell-font-size: var(--van-font-size-md);
    --van-cell-line-height: 24px;
    --van-cell-vertical-padding: 10px;
    --van-cell-horizontal-padding: var(--van-padding-md);
    --van-cell-text-color: var(--van-text-color);
    --van-cell-background: var(--van-background-2);
    --van-cell-border-color: var(--van-border-color);
    --van-cell-active-color: var(--van-active-color);
    --van-cell-required-color: var(--van-danger-color);
    --van-cell-label-color: var(--van-text-color-2);
    --van-cell-label-font-size: var(--van-font-size-sm);
    --van-cell-label-line-height: var(--van-line-height-sm);
    --van-cell-label-margin-top: var(--van-padding-base);
    --van-cell-value-color: var(--van-text-color-2);
    --van-cell-value-font-size: inherit;
    --van-cell-icon-size: 16px;
    --van-cell-right-icon-color: var(--van-gray-6);
    --van-cell-large-vertical-padding: var(--van-padding-sm);
    --van-cell-large-title-font-size: var(--van-font-size-lg);
    --van-cell-large-label-font-size: var(--van-font-size-md);
    --van-cell-large-value-font-size: inherit
}

.van-cell {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);
    overflow: hidden;
    color: var(--van-cell-text-color);
    font-size: var(--van-cell-font-size);
    line-height: var(--van-cell-line-height);
    background: var(--van-cell-background)
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: var(--van-padding-md);
    bottom: 0;
    left: var(--van-padding-md);
    border-bottom: 1px solid var(--van-cell-border-color);
    transform: scaleY(.5)
}

.van-cell:last-child:after,
.van-cell--borderless:after {
    display: none
}

.van-cell__label {
    margin-top: var(--van-cell-label-margin-top);
    color: var(--van-cell-label-color);
    font-size: var(--van-cell-label-font-size);
    line-height: var(--van-cell-label-line-height)
}

.van-cell__title,
.van-cell__value {
    flex: 1
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: var(--van-cell-value-color);
    font-size: var(--van-cell-value-font-size);
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word
}

.van-cell__left-icon,
.van-cell__right-icon {
    height: var(--van-cell-line-height);
    font-size: var(--van-cell-icon-size);
    line-height: var(--van-cell-line-height)
}

.van-cell__left-icon {
    margin-right: var(--van-padding-base)
}

.van-cell__right-icon {
    margin-left: var(--van-padding-base);
    color: var(--van-cell-right-icon-color)
}

.van-cell--clickable {
    cursor: pointer
}

.van-cell--clickable:active {
    background-color: var(--van-cell-active-color)
}

.van-cell--required {
    overflow: visible
}

.van-cell--required:before {
    position: absolute;
    left: var(--van-padding-xs);
    color: var(--van-cell-required-color);
    font-size: var(--van-cell-font-size);
    content: "*"
}

.van-cell--center {
    align-items: center
}

.van-cell--large {
    padding-top: var(--van-cell-large-vertical-padding);
    padding-bottom: var(--van-cell-large-vertical-padding)
}

.van-cell--large .van-cell__title {
    font-size: var(--van-cell-large-title-font-size)
}

.van-cell--large .van-cell__label {
    font-size: var(--van-cell-large-label-font-size)
}

.van-cell--large .van-cell__value {
    font-size: var(--van-cell-large-value-font-size)
}

:root,
:host {
    --van-field-label-width: 6.2em;
    --van-field-label-color: var(--van-text-color);
    --van-field-label-margin-right: var(--van-padding-sm);
    --van-field-input-text-color: var(--van-text-color);
    --van-field-input-error-text-color: var(--van-danger-color);
    --van-field-input-disabled-text-color: var(--van-text-color-3);
    --van-field-placeholder-text-color: var(--van-text-color-3);
    --van-field-icon-size: 18px;
    --van-field-clear-icon-size: 18px;
    --van-field-clear-icon-color: var(--van-gray-5);
    --van-field-right-icon-color: var(--van-gray-6);
    --van-field-error-message-color: var(--van-danger-color);
    --van-field-error-message-font-size: 12px;
    --van-field-text-area-min-height: 60px;
    --van-field-word-limit-color: var(--van-gray-7);
    --van-field-word-limit-font-size: var(--van-font-size-sm);
    --van-field-word-limit-line-height: 16px;
    --van-field-disabled-text-color: var(--van-text-color-3);
    --van-field-required-mark-color: var(--van-red)
}

.van-field {
    flex-wrap: wrap
}

.van-field__label {
    flex: none;
    box-sizing: border-box;
    width: var(--van-field-label-width);
    margin-right: var(--van-field-label-margin-right);
    color: var(--van-field-label-color);
    text-align: left;
    word-wrap: break-word
}

.van-field__label--center {
    text-align: center
}

.van-field__label--right {
    text-align: right
}

.van-field__label--top {
    display: flex;
    width: 100%;
    text-align: left;
    margin-bottom: var(--van-padding-base);
    overflow-wrap: break-word
}

.van-field__label--required:before {
    margin-right: 2px;
    color: var(--van-field-required-mark-color);
    content: "*"
}

.van-field--disabled .van-field__label {
    color: var(--van-field-disabled-text-color)
}

.van-field__value {
    overflow: visible
}

.van-field__body {
    display: flex;
    align-items: center
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto
}

.van-field__control::-webkit-input-placeholder {
    color: var(--van-field-placeholder-text-color)
}

.van-field__control::placeholder {
    color: var(--van-field-placeholder-text-color)
}

.van-field__control:read-only {
    cursor: default
}

.van-field__control:disabled {
    color: var(--van-field-input-disabled-text-color);
    cursor: not-allowed;
    opacity: 1;
    -webkit-text-fill-color: var(--van-field-input-disabled-text-color)
}

.van-field__control--center {
    justify-content: center;
    text-align: center
}

.van-field__control--right {
    justify-content: flex-end;
    text-align: right
}

.van-field__control--custom {
    display: flex;
    align-items: center;
    min-height: var(--van-cell-line-height)
}

.van-field__control--error::-webkit-input-placeholder {
    color: var(--van-field-input-error-text-color);
    -webkit-text-fill-color: currentColor
}

.van-field__control--error,
.van-field__control--error::placeholder {
    color: var(--van-field-input-error-text-color);
    -webkit-text-fill-color: currentColor
}

.van-field__control--min-height {
    min-height: var(--van-field-text-area-min-height)
}

.van-field__control[type=date],
.van-field__control[type=time],
.van-field__control[type=datetime-local] {
    min-height: var(--van-cell-line-height)
}

.van-field__control[type=search] {
    -webkit-appearance: none
}

.van-field__clear,
.van-field__icon,
.van-field__button,
.van-field__right-icon {
    flex-shrink: 0
}

.van-field__clear,
.van-field__right-icon {
    margin-right: calc(var(--van-padding-xs) * -1);
    padding: 0 var(--van-padding-xs);
    line-height: inherit
}

.van-field__clear {
    color: var(--van-field-clear-icon-color);
    font-size: var(--van-field-clear-icon-size);
    cursor: pointer
}

.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
    display: block;
    font-size: var(--van-field-icon-size);
    line-height: inherit
}

.van-field__left-icon {
    margin-right: var(--van-padding-base)
}

.van-field__right-icon {
    color: var(--van-field-right-icon-color)
}

.van-field__button {
    padding-left: var(--van-padding-xs)
}

.van-field__error-message {
    color: var(--van-field-error-message-color);
    font-size: var(--van-field-error-message-font-size);
    text-align: left
}

.van-field__error-message--center {
    text-align: center
}

.van-field__error-message--right {
    text-align: right
}

.van-field__word-limit {
    margin-top: var(--van-padding-base);
    color: var(--van-field-word-limit-color);
    font-size: var(--van-field-word-limit-font-size);
    line-height: var(--van-field-word-limit-line-height);
    text-align: right
}

:root,
:host {
    --van-sticky-z-index: 99
}

.van-sticky--fixed {
    position: fixed;
    z-index: var(--van-sticky-z-index)
}

.van-row {
    display: flex;
    flex-wrap: wrap
}

.van-row--nowrap {
    flex-wrap: nowrap
}

.van-row--justify-center {
    justify-content: center
}

.van-row--justify-end {
    justify-content: flex-end
}

.van-row--justify-space-between {
    justify-content: space-between
}

.van-row--justify-space-around {
    justify-content: space-around
}

.van-row--align-center {
    align-items: center
}

.van-row--align-bottom {
    align-items: flex-end
}

.van-col {
    display: block;
    box-sizing: border-box;
    min-height: 1px
}

.van-col--1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
}

.van-col--offset-1 {
    margin-left: 4.16666667%
}

.van-col--2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.van-col--offset-2 {
    margin-left: 8.33333333%
}

.van-col--3 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.van-col--offset-3 {
    margin-left: 12.5%
}

.van-col--4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.van-col--offset-4 {
    margin-left: 16.66666667%
}

.van-col--5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
}

.van-col--offset-5 {
    margin-left: 20.83333333%
}

.van-col--6 {
    flex: 0 0 25%;
    max-width: 25%
}

.van-col--offset-6 {
    margin-left: 25%
}

.van-col--7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
}

.van-col--offset-7 {
    margin-left: 29.16666667%
}

.van-col--8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.van-col--offset-8 {
    margin-left: 33.33333333%
}

.van-col--9 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.van-col--offset-9 {
    margin-left: 37.5%
}

.van-col--10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.van-col--offset-10 {
    margin-left: 41.66666667%
}

.van-col--11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
}

.van-col--offset-11 {
    margin-left: 45.83333333%
}

.van-col--12 {
    flex: 0 0 50%;
    max-width: 50%
}

.van-col--offset-12 {
    margin-left: 50%
}

.van-col--13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
}

.van-col--offset-13 {
    margin-left: 54.16666667%
}

.van-col--14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.van-col--offset-14 {
    margin-left: 58.33333333%
}

.van-col--15 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.van-col--offset-15 {
    margin-left: 62.5%
}

.van-col--16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.van-col--offset-16 {
    margin-left: 66.66666667%
}

.van-col--17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
}

.van-col--offset-17 {
    margin-left: 70.83333333%
}

.van-col--18 {
    flex: 0 0 75%;
    max-width: 75%
}

.van-col--offset-18 {
    margin-left: 75%
}

.van-col--19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
}

.van-col--offset-19 {
    margin-left: 79.16666667%
}

.van-col--20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.van-col--offset-20 {
    margin-left: 83.33333333%
}

.van-col--21 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.van-col--offset-21 {
    margin-left: 87.5%
}

.van-col--22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.van-col--offset-22 {
    margin-left: 91.66666667%
}

.van-col--23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
}

.van-col--offset-23 {
    margin-left: 95.83333333%
}

.van-col--24 {
    flex: 0 0 100%;
    max-width: 100%
}

.van-col--offset-24 {
    margin-left: 100%
}

.van-space {
    display: inline-flex
}

.van-space--horizontal .van-space-item {
    display: flex;
    align-items: center
}

.van-space--vertical {
    flex-direction: column
}

.van-space--align-baseline {
    align-items: baseline
}

.van-space--align-start {
    align-items: flex-start
}

.van-space--align-end {
    align-items: flex-end
}

.van-space--align-center {
    align-items: center
}

.van-space--wrap {
    flex-wrap: wrap
}

.van-space--fill {
    display: flex
}

.search-ipt-box[data-v-4a195707] {
    position: relative;
    border-radius: 6px
}

.search-ipt-box[data-v-4a195707] .van-field__value {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e4e4e4
}

.van-row {
    align-items: flex-start
}

/*!
 * Tabler Icons 3.33.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */
@font-face {
    font-family: tabler-icons;
    font-style: normal;
    font-weight: 400;
    src: url(../font/tabler-icons-7i2e9F-T.woff2) format("woff2"), url(https://cxdata.caixin.com/index/assets/tabler-icons-CzhX8D0A.woff?) format("woff"), url(https://cxdata.caixin.com/index/assets/tabler-icons-_tAXyMkQ.ttf?v3.33.0) format("truetype")
}

.ti {
    font-family: tabler-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-a-b:before {
    content: ""
}

.ti-a-b-2:before {
    content: ""
}

.ti-a-b-off:before {
    content: ""
}

.ti-abacus:before {
    content: ""
}

.ti-abacus-off:before {
    content: ""
}

.ti-abc:before {
    content: ""
}

.ti-access-point:before {
    content: ""
}

.ti-access-point-off:before {
    content: ""
}

.ti-accessible:before {
    content: ""
}

.ti-accessible-filled:before {
    content: ""
}

.ti-accessible-off:before {
    content: ""
}

.ti-activity:before {
    content: ""
}

.ti-activity-heartbeat:before {
    content: ""
}

.ti-ad:before {
    content: ""
}

.ti-ad-2:before {
    content: ""
}

.ti-ad-circle:before {
    content: ""
}

.ti-ad-circle-filled:before {
    content: ""
}

.ti-ad-circle-off:before {
    content: ""
}

.ti-ad-filled:before {
    content: ""
}

.ti-ad-off:before {
    content: ""
}

.ti-address-book:before {
    content: ""
}

.ti-address-book-off:before {
    content: ""
}

.ti-adjustments:before {
    content: ""
}

.ti-adjustments-alt:before {
    content: ""
}

.ti-adjustments-bolt:before {
    content: ""
}

.ti-adjustments-cancel:before {
    content: ""
}

.ti-adjustments-check:before {
    content: ""
}

.ti-adjustments-code:before {
    content: ""
}

.ti-adjustments-cog:before {
    content: ""
}

.ti-adjustments-dollar:before {
    content: ""
}

.ti-adjustments-down:before {
    content: ""
}

.ti-adjustments-exclamation:before {
    content: ""
}

.ti-adjustments-filled:before {
    content: ""
}

.ti-adjustments-heart:before {
    content: ""
}

.ti-adjustments-horizontal:before {
    content: ""
}

.ti-adjustments-minus:before {
    content: ""
}

.ti-adjustments-off:before {
    content: ""
}

.ti-adjustments-pause:before {
    content: ""
}

.ti-adjustments-pin:before {
    content: ""
}

.ti-adjustments-plus:before {
    content: ""
}

.ti-adjustments-question:before {
    content: ""
}

.ti-adjustments-search:before {
    content: ""
}

.ti-adjustments-share:before {
    content: ""
}

.ti-adjustments-spark:before {
    content: "ﾾ"
}

.ti-adjustments-star:before {
    content: ""
}

.ti-adjustments-up:before {
    content: ""
}

.ti-adjustments-x:before {
    content: ""
}

.ti-aerial-lift:before {
    content: ""
}

.ti-aerial-lift-filled:before {
    content: "𐄁"
}

.ti-affiliate:before {
    content: ""
}

.ti-affiliate-filled:before {
    content: ""
}

.ti-ai:before {
    content: "ﻧ"
}

.ti-air-balloon:before {
    content: ""
}

.ti-air-balloon-filled:before {
    content: "𐄀"
}

.ti-air-conditioning:before {
    content: ""
}

.ti-air-conditioning-disabled:before {
    content: ""
}

.ti-air-traffic-control:before {
    content: "ﬁ"
}

.ti-alarm:before {
    content: ""
}

.ti-alarm-average:before {
    content: "ﲞ"
}

.ti-alarm-filled:before {
    content: ""
}

.ti-alarm-minus:before {
    content: ""
}

.ti-alarm-minus-filled:before {
    content: ""
}

.ti-alarm-off:before {
    content: ""
}

.ti-alarm-plus:before {
    content: ""
}

.ti-alarm-plus-filled:before {
    content: ""
}

.ti-alarm-smoke:before {
    content: "𐂶"
}

.ti-alarm-snooze:before {
    content: ""
}

.ti-alarm-snooze-filled:before {
    content: ""
}

.ti-album:before {
    content: ""
}

.ti-album-off:before {
    content: ""
}

.ti-alert-circle:before {
    content: ""
}

.ti-alert-circle-filled:before {
    content: ""
}

.ti-alert-circle-off:before {
    content: "ﱥ"
}

.ti-alert-hexagon:before {
    content: ""
}

.ti-alert-hexagon-filled:before {
    content: "勤"
}

.ti-alert-hexagon-off:before {
    content: "ﱦ"
}

.ti-alert-octagon:before {
    content: ""
}

.ti-alert-octagon-filled:before {
    content: ""
}

.ti-alert-small:before {
    content: ""
}

.ti-alert-small-off:before {
    content: "ﱧ"
}

.ti-alert-square:before {
    content: ""
}

.ti-alert-square-filled:before {
    content: "卑"
}

.ti-alert-square-rounded:before {
    content: ""
}

.ti-alert-square-rounded-filled:before {
    content: "喝"
}

.ti-alert-square-rounded-off:before {
    content: "ﱨ"
}

.ti-alert-triangle:before {
    content: ""
}

.ti-alert-triangle-filled:before {
    content: ""
}

.ti-alert-triangle-off:before {
    content: "ﱩ"
}

.ti-alien:before {
    content: ""
}

.ti-alien-filled:before {
    content: ""
}

.ti-align-box-bottom-center:before {
    content: ""
}

.ti-align-box-bottom-center-filled:before {
    content: ""
}

.ti-align-box-bottom-left:before {
    content: ""
}

.ti-align-box-bottom-left-filled:before {
    content: ""
}

.ti-align-box-bottom-right:before {
    content: ""
}

.ti-align-box-bottom-right-filled:before {
    content: ""
}

.ti-align-box-center-bottom:before {
    content: "頋"
}

.ti-align-box-center-middle:before {
    content: ""
}

.ti-align-box-center-middle-filled:before {
    content: ""
}

.ti-align-box-center-stretch:before {
    content: "頻"
}

.ti-align-box-center-top:before {
    content: "鬒"
}

.ti-align-box-left-bottom:before {
    content: ""
}

.ti-align-box-left-bottom-filled:before {
    content: ""
}

.ti-align-box-left-middle:before {
    content: ""
}

.ti-align-box-left-middle-filled:before {
    content: ""
}

.ti-align-box-left-stretch:before {
    content: "龜"
}

.ti-align-box-left-top:before {
    content: ""
}

.ti-align-box-left-top-filled:before {
    content: ""
}

.ti-align-box-right-bottom:before {
    content: ""
}

.ti-align-box-right-bottom-filled:before {
    content: ""
}

.ti-align-box-right-middle:before {
    content: ""
}

.ti-align-box-right-middle-filled:before {
    content: ""
}

.ti-align-box-right-stretch:before {
    content: "𢡊"
}

.ti-align-box-right-top:before {
    content: ""
}

.ti-align-box-right-top-filled:before {
    content: ""
}

.ti-align-box-top-center:before {
    content: ""
}

.ti-align-box-top-center-filled:before {
    content: ""
}

.ti-align-box-top-left:before {
    content: ""
}

.ti-align-box-top-left-filled:before {
    content: ""
}

.ti-align-box-top-right:before {
    content: ""
}

.ti-align-box-top-right-filled:before {
    content: ""
}

.ti-align-center:before {
    content: ""
}

.ti-align-justified:before {
    content: ""
}

.ti-align-left:before {
    content: ""
}

.ti-align-left-2:before {
    content: "＀"
}

.ti-align-right:before {
    content: ""
}

.ti-align-right-2:before {
    content: "\feff"
}

.ti-alpha:before {
    content: ""
}

.ti-alphabet-arabic:before {
    content: "Ｏ"
}

.ti-alphabet-bangla:before {
    content: "Ｎ"
}

.ti-alphabet-cyrillic:before {
    content: ""
}

.ti-alphabet-greek:before {
    content: ""
}

.ti-alphabet-hebrew:before {
    content: "Ｍ"
}

.ti-alphabet-korean:before {
    content: "Ｌ"
}

.ti-alphabet-latin:before {
    content: ""
}

.ti-alphabet-thai:before {
    content: "Ｋ"
}

.ti-alt:before {
    content: "ﱔ"
}

.ti-ambulance:before {
    content: ""
}

.ti-ampersand:before {
    content: ""
}

.ti-analyze:before {
    content: ""
}

.ti-analyze-filled:before {
    content: ""
}

.ti-analyze-off:before {
    content: ""
}

.ti-anchor:before {
    content: ""
}

.ti-anchor-off:before {
    content: ""
}

.ti-angle:before {
    content: ""
}

.ti-ankh:before {
    content: ""
}

.ti-antenna:before {
    content: ""
}

.ti-antenna-bars-1:before {
    content: ""
}

.ti-antenna-bars-2:before {
    content: ""
}

.ti-antenna-bars-3:before {
    content: ""
}

.ti-antenna-bars-4:before {
    content: ""
}

.ti-antenna-bars-5:before {
    content: ""
}

.ti-antenna-bars-off:before {
    content: ""
}

.ti-antenna-off:before {
    content: ""
}

.ti-aperture:before {
    content: ""
}

.ti-aperture-off:before {
    content: ""
}

.ti-api:before {
    content: ""
}

.ti-api-app:before {
    content: ""
}

.ti-api-app-off:before {
    content: ""
}

.ti-api-off:before {
    content: ""
}

.ti-app-window:before {
    content: ""
}

.ti-app-window-filled:before {
    content: ""
}

.ti-apple:before {
    content: ""
}

.ti-apple-filled:before {
    content: "𐀗"
}

.ti-apps:before {
    content: ""
}

.ti-apps-filled:before {
    content: ""
}

.ti-apps-off:before {
    content: ""
}

.ti-archery-arrow:before {
    content: "ﱕ"
}

.ti-archive:before {
    content: ""
}

.ti-archive-filled:before {
    content: "廒"
}

.ti-archive-off:before {
    content: ""
}

.ti-armchair:before {
    content: ""
}

.ti-armchair-2:before {
    content: ""
}

.ti-armchair-2-off:before {
    content: ""
}

.ti-armchair-off:before {
    content: ""
}

.ti-arrow-autofit-content:before {
    content: ""
}

.ti-arrow-autofit-content-filled:before {
    content: ""
}

.ti-arrow-autofit-down:before {
    content: ""
}

.ti-arrow-autofit-down-filled:before {
    content: "𐄓"
}

.ti-arrow-autofit-height:before {
    content: ""
}

.ti-arrow-autofit-height-filled:before {
    content: "𐄒"
}

.ti-arrow-autofit-left:before {
    content: ""
}

.ti-arrow-autofit-left-filled:before {
    content: "𐄑"
}

.ti-arrow-autofit-right:before {
    content: ""
}

.ti-arrow-autofit-right-filled:before {
    content: "𐄐"
}

.ti-arrow-autofit-up:before {
    content: ""
}

.ti-arrow-autofit-up-filled:before {
    content: "𐄏"
}

.ti-arrow-autofit-width:before {
    content: ""
}

.ti-arrow-autofit-width-filled:before {
    content: "𐄎"
}

.ti-arrow-back:before {
    content: ""
}

.ti-arrow-back-up:before {
    content: ""
}

.ti-arrow-back-up-double:before {
    content: "溺"
}

.ti-arrow-badge-down:before {
    content: ""
}

.ti-arrow-badge-down-filled:before {
    content: ""
}

.ti-arrow-badge-left:before {
    content: ""
}

.ti-arrow-badge-left-filled:before {
    content: ""
}

.ti-arrow-badge-right:before {
    content: ""
}

.ti-arrow-badge-right-filled:before {
    content: ""
}

.ti-arrow-badge-up:before {
    content: ""
}

.ti-arrow-badge-up-filled:before {
    content: ""
}

.ti-arrow-bar-both:before {
    content: "﫝"
}

.ti-arrow-bar-down:before {
    content: ""
}

.ti-arrow-bar-left:before {
    content: ""
}

.ti-arrow-bar-right:before {
    content: ""
}

.ti-arrow-bar-to-down:before {
    content: ""
}

.ti-arrow-bar-to-down-dashed:before {
    content: "𐅤"
}

.ti-arrow-bar-to-left:before {
    content: ""
}

.ti-arrow-bar-to-left-dashed:before {
    content: "𐅣"
}

.ti-arrow-bar-to-right:before {
    content: ""
}

.ti-arrow-bar-to-right-dashed:before {
    content: "𐅢"
}

.ti-arrow-bar-to-up:before {
    content: ""
}

.ti-arrow-bar-to-up-dashed:before {
    content: "𐅡"
}

.ti-arrow-bar-up:before {
    content: ""
}

.ti-arrow-bear-left:before {
    content: ""
}

.ti-arrow-bear-left-2:before {
    content: ""
}

.ti-arrow-bear-right:before {
    content: ""
}

.ti-arrow-bear-right-2:before {
    content: ""
}

.ti-arrow-big-down:before {
    content: ""
}

.ti-arrow-big-down-filled:before {
    content: ""
}

.ti-arrow-big-down-line:before {
    content: ""
}

.ti-arrow-big-down-line-filled:before {
    content: ""
}

.ti-arrow-big-down-lines:before {
    content: ""
}

.ti-arrow-big-down-lines-filled:before {
    content: ""
}

.ti-arrow-big-left:before {
    content: ""
}

.ti-arrow-big-left-filled:before {
    content: ""
}

.ti-arrow-big-left-line:before {
    content: ""
}

.ti-arrow-big-left-line-filled:before {
    content: ""
}

.ti-arrow-big-left-lines:before {
    content: ""
}

.ti-arrow-big-left-lines-filled:before {
    content: ""
}

.ti-arrow-big-right:before {
    content: ""
}

.ti-arrow-big-right-filled:before {
    content: ""
}

.ti-arrow-big-right-line:before {
    content: ""
}

.ti-arrow-big-right-line-filled:before {
    content: ""
}

.ti-arrow-big-right-lines:before {
    content: ""
}

.ti-arrow-big-right-lines-filled:before {
    content: ""
}

.ti-arrow-big-up:before {
    content: ""
}

.ti-arrow-big-up-filled:before {
    content: ""
}

.ti-arrow-big-up-line:before {
    content: ""
}

.ti-arrow-big-up-line-filled:before {
    content: ""
}

.ti-arrow-big-up-lines:before {
    content: ""
}

.ti-arrow-big-up-lines-filled:before {
    content: ""
}

.ti-arrow-bounce:before {
    content: ""
}

.ti-arrow-capsule:before {
    content: "﫞"
}

.ti-arrow-curve-left:before {
    content: ""
}

.ti-arrow-curve-right:before {
    content: ""
}

.ti-arrow-down:before {
    content: ""
}

.ti-arrow-down-bar:before {
    content: ""
}

.ti-arrow-down-circle:before {
    content: ""
}

.ti-arrow-down-circle-filled:before {
    content: "𐀻"
}

.ti-arrow-down-dashed:before {
    content: "𐁪"
}

.ti-arrow-down-from-arc:before {
    content: "ﶆ"
}

.ti-arrow-down-left:before {
    content: ""
}

.ti-arrow-down-left-circle:before {
    content: ""
}

.ti-arrow-down-rhombus:before {
    content: ""
}

.ti-arrow-down-rhombus-filled:before {
    content: "𐀺"
}

.ti-arrow-down-right:before {
    content: ""
}

.ti-arrow-down-right-circle:before {
    content: ""
}

.ti-arrow-down-square:before {
    content: ""
}

.ti-arrow-down-square-filled:before {
    content: "𐀹"
}

.ti-arrow-down-tail:before {
    content: ""
}

.ti-arrow-down-to-arc:before {
    content: "ﶇ"
}

.ti-arrow-elbow-left:before {
    content: "吝"
}

.ti-arrow-elbow-right:before {
    content: "燐"
}

.ti-arrow-fork:before {
    content: ""
}

.ti-arrow-forward:before {
    content: ""
}

.ti-arrow-forward-up:before {
    content: ""
}

.ti-arrow-forward-up-double:before {
    content: "璘"
}

.ti-arrow-guide:before {
    content: ""
}

.ti-arrow-guide-filled:before {
    content: "𐀸"
}

.ti-arrow-iteration:before {
    content: ""
}

.ti-arrow-left:before {
    content: ""
}

.ti-arrow-left-bar:before {
    content: ""
}

.ti-arrow-left-circle:before {
    content: ""
}

.ti-arrow-left-circle-filled:before {
    content: "𐀷"
}

.ti-arrow-left-dashed:before {
    content: "𐁩"
}

.ti-arrow-left-from-arc:before {
    content: "ﶈ"
}

.ti-arrow-left-rhombus:before {
    content: ""
}

.ti-arrow-left-rhombus-filled:before {
    content: "𐀶"
}

.ti-arrow-left-right:before {
    content: ""
}

.ti-arrow-left-square:before {
    content: ""
}

.ti-arrow-left-square-filled:before {
    content: "𐀵"
}

.ti-arrow-left-tail:before {
    content: ""
}

.ti-arrow-left-to-arc:before {
    content: "ﶉ"
}

.ti-arrow-loop-left:before {
    content: ""
}

.ti-arrow-loop-left-2:before {
    content: ""
}

.ti-arrow-loop-right:before {
    content: ""
}

.ti-arrow-loop-right-2:before {
    content: ""
}

.ti-arrow-merge:before {
    content: ""
}

.ti-arrow-merge-alt-left:before {
    content: "ﲟ"
}

.ti-arrow-merge-alt-right:before {
    content: "ﲠ"
}

.ti-arrow-merge-both:before {
    content: ""
}

.ti-arrow-merge-left:before {
    content: ""
}

.ti-arrow-merge-right:before {
    content: ""
}

.ti-arrow-move-down:before {
    content: ""
}

.ti-arrow-move-down-filled:before {
    content: "𐀴"
}

.ti-arrow-move-left:before {
    content: ""
}

.ti-arrow-move-left-filled:before {
    content: "𐀳"
}

.ti-arrow-move-right:before {
    content: ""
}

.ti-arrow-move-right-filled:before {
    content: "𐀲"
}

.ti-arrow-move-up:before {
    content: ""
}

.ti-arrow-move-up-filled:before {
    content: "𐀱"
}

.ti-arrow-narrow-down:before {
    content: ""
}

.ti-arrow-narrow-down-dashed:before {
    content: "𐁨"
}

.ti-arrow-narrow-left:before {
    content: ""
}

.ti-arrow-narrow-left-dashed:before {
    content: "𐁧"
}

.ti-arrow-narrow-right:before {
    content: ""
}

.ti-arrow-narrow-right-dashed:before {
    content: "𐁦"
}

.ti-arrow-narrow-up:before {
    content: ""
}

.ti-arrow-narrow-up-dashed:before {
    content: "𐁥"
}

.ti-arrow-ramp-left:before {
    content: ""
}

.ti-arrow-ramp-left-2:before {
    content: ""
}

.ti-arrow-ramp-left-3:before {
    content: ""
}

.ti-arrow-ramp-right:before {
    content: ""
}

.ti-arrow-ramp-right-2:before {
    content: ""
}

.ti-arrow-ramp-right-3:before {
    content: ""
}

.ti-arrow-right:before {
    content: ""
}

.ti-arrow-right-bar:before {
    content: ""
}

.ti-arrow-right-circle:before {
    content: ""
}

.ti-arrow-right-circle-filled:before {
    content: "𐀰"
}

.ti-arrow-right-dashed:before {
    content: "𐁤"
}

.ti-arrow-right-from-arc:before {
    content: "ﶊ"
}

.ti-arrow-right-rhombus:before {
    content: ""
}

.ti-arrow-right-rhombus-filled:before {
    content: "𐀯"
}

.ti-arrow-right-square:before {
    content: ""
}

.ti-arrow-right-square-filled:before {
    content: "𐀮"
}

.ti-arrow-right-tail:before {
    content: ""
}

.ti-arrow-right-to-arc:before {
    content: "ﶋ"
}

.ti-arrow-rotary-first-left:before {
    content: ""
}

.ti-arrow-rotary-first-right:before {
    content: ""
}

.ti-arrow-rotary-last-left:before {
    content: ""
}

.ti-arrow-rotary-last-right:before {
    content: ""
}

.ti-arrow-rotary-left:before {
    content: ""
}

.ti-arrow-rotary-right:before {
    content: ""
}

.ti-arrow-rotary-straight:before {
    content: ""
}

.ti-arrow-roundabout-left:before {
    content: ""
}

.ti-arrow-roundabout-right:before {
    content: ""
}

.ti-arrow-sharp-turn-left:before {
    content: ""
}

.ti-arrow-sharp-turn-right:before {
    content: ""
}

.ti-arrow-up:before {
    content: ""
}

.ti-arrow-up-bar:before {
    content: ""
}

.ti-arrow-up-circle:before {
    content: ""
}

.ti-arrow-up-circle-filled:before {
    content: "𐀭"
}

.ti-arrow-up-dashed:before {
    content: "𐁣"
}

.ti-arrow-up-from-arc:before {
    content: "ﶌ"
}

.ti-arrow-up-left:before {
    content: ""
}

.ti-arrow-up-left-circle:before {
    content: ""
}

.ti-arrow-up-rhombus:before {
    content: ""
}

.ti-arrow-up-rhombus-filled:before {
    content: "𐀬"
}

.ti-arrow-up-right:before {
    content: ""
}

.ti-arrow-up-right-circle:before {
    content: ""
}

.ti-arrow-up-square:before {
    content: ""
}

.ti-arrow-up-square-filled:before {
    content: "𐀫"
}

.ti-arrow-up-tail:before {
    content: ""
}

.ti-arrow-up-to-arc:before {
    content: "ﶍ"
}

.ti-arrow-wave-left-down:before {
    content: ""
}

.ti-arrow-wave-left-up:before {
    content: ""
}

.ti-arrow-wave-right-down:before {
    content: ""
}

.ti-arrow-wave-right-up:before {
    content: ""
}

.ti-arrow-zig-zag:before {
    content: ""
}

.ti-arrows-cross:before {
    content: ""
}

.ti-arrows-diagonal:before {
    content: ""
}

.ti-arrows-diagonal-2:before {
    content: ""
}

.ti-arrows-diagonal-minimize:before {
    content: ""
}

.ti-arrows-diagonal-minimize-2:before {
    content: ""
}

.ti-arrows-diff:before {
    content: ""
}

.ti-arrows-double-ne-sw:before {
    content: ""
}

.ti-arrows-double-nw-se:before {
    content: ""
}

.ti-arrows-double-se-nw:before {
    content: ""
}

.ti-arrows-double-sw-ne:before {
    content: ""
}

.ti-arrows-down:before {
    content: ""
}

.ti-arrows-down-up:before {
    content: ""
}

.ti-arrows-exchange:before {
    content: ""
}

.ti-arrows-exchange-2:before {
    content: ""
}

.ti-arrows-horizontal:before {
    content: ""
}

.ti-arrows-join:before {
    content: ""
}

.ti-arrows-join-2:before {
    content: ""
}

.ti-arrows-left:before {
    content: ""
}

.ti-arrows-left-down:before {
    content: ""
}

.ti-arrows-left-right:before {
    content: ""
}

.ti-arrows-maximize:before {
    content: ""
}

.ti-arrows-minimize:before {
    content: ""
}

.ti-arrows-move:before {
    content: ""
}

.ti-arrows-move-horizontal:before {
    content: ""
}

.ti-arrows-move-vertical:before {
    content: ""
}

.ti-arrows-random:before {
    content: ""
}

.ti-arrows-right:before {
    content: ""
}

.ti-arrows-right-down:before {
    content: ""
}

.ti-arrows-right-left:before {
    content: ""
}

.ti-arrows-shuffle:before {
    content: ""
}

.ti-arrows-shuffle-2:before {
    content: ""
}

.ti-arrows-sort:before {
    content: ""
}

.ti-arrows-split:before {
    content: ""
}

.ti-arrows-split-2:before {
    content: ""
}

.ti-arrows-transfer-down:before {
    content: ""
}

.ti-arrows-transfer-up:before {
    content: ""
}

.ti-arrows-transfer-up-down:before {
    content: "ﾬ"
}

.ti-arrows-up:before {
    content: ""
}

.ti-arrows-up-down:before {
    content: ""
}

.ti-arrows-up-left:before {
    content: ""
}

.ti-arrows-up-right:before {
    content: ""
}

.ti-arrows-vertical:before {
    content: ""
}

.ti-artboard:before {
    content: ""
}

.ti-artboard-filled:before {
    content: "廙"
}

.ti-artboard-off:before {
    content: ""
}

.ti-article:before {
    content: ""
}

.ti-article-filled:before {
    content: ""
}

.ti-article-off:before {
    content: ""
}

.ti-aspect-ratio:before {
    content: ""
}

.ti-aspect-ratio-filled:before {
    content: ""
}

.ti-aspect-ratio-off:before {
    content: ""
}

.ti-assembly:before {
    content: ""
}

.ti-assembly-filled:before {
    content: "ﺞ"
}

.ti-assembly-off:before {
    content: ""
}

.ti-asset:before {
    content: ""
}

.ti-asset-filled:before {
    content: "ﺝ"
}

.ti-asterisk:before {
    content: ""
}

.ti-asterisk-simple:before {
    content: ""
}

.ti-at:before {
    content: ""
}

.ti-at-off:before {
    content: ""
}

.ti-atom:before {
    content: ""
}

.ti-atom-2:before {
    content: ""
}

.ti-atom-2-filled:before {
    content: ""
}

.ti-atom-off:before {
    content: ""
}

.ti-augmented-reality:before {
    content: ""
}

.ti-augmented-reality-2:before {
    content: ""
}

.ti-augmented-reality-off:before {
    content: ""
}

.ti-auth-2fa:before {
    content: ""
}

.ti-automatic-gearbox:before {
    content: "ﲉ"
}

.ti-automatic-gearbox-filled:before {
    content: "𐀪"
}

.ti-automation:before {
    content: "ﻸ"
}

.ti-avocado:before {
    content: "ﶎ"
}

.ti-award:before {
    content: ""
}

.ti-award-filled:before {
    content: ""
}

.ti-award-off:before {
    content: ""
}

.ti-axe:before {
    content: ""
}

.ti-axis-x:before {
    content: ""
}

.ti-axis-y:before {
    content: ""
}

.ti-baby-bottle:before {
    content: ""
}

.ti-baby-carriage:before {
    content: ""
}

.ti-baby-carriage-filled:before {
    content: "ﺜ"
}

.ti-background:before {
    content: "ﴬ"
}

.ti-backhoe:before {
    content: ""
}

.ti-backpack:before {
    content: ""
}

.ti-backpack-off:before {
    content: ""
}

.ti-backslash:before {
    content: "調"
}

.ti-backspace:before {
    content: ""
}

.ti-backspace-filled:before {
    content: ""
}

.ti-badge:before {
    content: ""
}

.ti-badge-2k:before {
    content: "𐂵"
}

.ti-badge-3d:before {
    content: ""
}

.ti-badge-3d-filled:before {
    content: "ﺛ"
}

.ti-badge-3k:before {
    content: "𐂴"
}

.ti-badge-4k:before {
    content: ""
}

.ti-badge-4k-filled:before {
    content: "ﺚ"
}

.ti-badge-5k:before {
    content: "𐂳"
}

.ti-badge-8k:before {
    content: ""
}

.ti-badge-8k-filled:before {
    content: "ﺙ"
}

.ti-badge-ad:before {
    content: ""
}

.ti-badge-ad-filled:before {
    content: "ﺘ"
}

.ti-badge-ad-off:before {
    content: "ﶏ"
}

.ti-badge-ar:before {
    content: ""
}

.ti-badge-ar-filled:before {
    content: "ﺗ"
}

.ti-badge-cc:before {
    content: ""
}

.ti-badge-cc-filled:before {
    content: "ﺖ"
}

.ti-badge-filled:before {
    content: ""
}

.ti-badge-hd:before {
    content: ""
}

.ti-badge-hd-filled:before {
    content: "ﺕ"
}

.ti-badge-off:before {
    content: ""
}

.ti-badge-sd:before {
    content: ""
}

.ti-badge-sd-filled:before {
    content: "ﺔ"
}

.ti-badge-tm:before {
    content: ""
}

.ti-badge-tm-filled:before {
    content: "ﺓ"
}

.ti-badge-vo:before {
    content: ""
}

.ti-badge-vo-filled:before {
    content: "ﺒ"
}

.ti-badge-vr:before {
    content: ""
}

.ti-badge-vr-filled:before {
    content: "ﺑ"
}

.ti-badge-wc:before {
    content: ""
}

.ti-badge-wc-filled:before {
    content: "ﺐ"
}

.ti-badges:before {
    content: ""
}

.ti-badges-filled:before {
    content: ""
}

.ti-badges-off:before {
    content: ""
}

.ti-baguette:before {
    content: ""
}

.ti-ball-american-football:before {
    content: ""
}

.ti-ball-american-football-off:before {
    content: ""
}

.ti-ball-baseball:before {
    content: ""
}

.ti-ball-basketball:before {
    content: ""
}

.ti-ball-bowling:before {
    content: ""
}

.ti-ball-football:before {
    content: ""
}

.ti-ball-football-off:before {
    content: ""
}

.ti-ball-tennis:before {
    content: ""
}

.ti-ball-volleyball:before {
    content: ""
}

.ti-balloon:before {
    content: ""
}

.ti-balloon-filled:before {
    content: "彩"
}

.ti-balloon-off:before {
    content: ""
}

.ti-ballpen:before {
    content: ""
}

.ti-ballpen-filled:before {
    content: "徭"
}

.ti-ballpen-off:before {
    content: ""
}

.ti-ban:before {
    content: ""
}

.ti-bandage:before {
    content: ""
}

.ti-bandage-filled:before {
    content: ""
}

.ti-bandage-off:before {
    content: ""
}

.ti-barbell:before {
    content: ""
}

.ti-barbell-filled:before {
    content: "ﺏ"
}

.ti-barbell-off:before {
    content: ""
}

.ti-barcode:before {
    content: ""
}

.ti-barcode-off:before {
    content: ""
}

.ti-barrel:before {
    content: ""
}

.ti-barrel-off:before {
    content: ""
}

.ti-barrier-block:before {
    content: ""
}

.ti-barrier-block-filled:before {
    content: "ﺎ"
}

.ti-barrier-block-off:before {
    content: ""
}

.ti-baseline:before {
    content: ""
}

.ti-baseline-density-large:before {
    content: "藺"
}

.ti-baseline-density-medium:before {
    content: "隣"
}

.ti-baseline-density-small:before {
    content: "鱗"
}

.ti-basket:before {
    content: ""
}

.ti-basket-bolt:before {
    content: "ףּ"
}

.ti-basket-cancel:before {
    content: "פּ"
}

.ti-basket-check:before {
    content: "﭅"
}

.ti-basket-code:before {
    content: "צּ"
}

.ti-basket-cog:before {
    content: "קּ"
}

.ti-basket-discount:before {
    content: "רּ"
}

.ti-basket-dollar:before {
    content: "שּ"
}

.ti-basket-down:before {
    content: "תּ"
}

.ti-basket-exclamation:before {
    content: "וֹ"
}

.ti-basket-filled:before {
    content: ""
}

.ti-basket-heart:before {
    content: "בֿ"
}

.ti-basket-minus:before {
    content: "כֿ"
}

.ti-basket-off:before {
    content: ""
}

.ti-basket-pause:before {
    content: "פֿ"
}

.ti-basket-pin:before {
    content: "ﭏ"
}

.ti-basket-plus:before {
    content: "ﭐ"
}

.ti-basket-question:before {
    content: "ﭑ"
}

.ti-basket-search:before {
    content: "ﭒ"
}

.ti-basket-share:before {
    content: "ﭓ"
}

.ti-basket-star:before {
    content: "ﭔ"
}

.ti-basket-up:before {
    content: "ﭕ"
}

.ti-basket-x:before {
    content: "ﭖ"
}

.ti-bat:before {
    content: ""
}

.ti-bath:before {
    content: ""
}

.ti-bath-filled:before {
    content: ""
}

.ti-bath-off:before {
    content: ""
}

.ti-battery:before {
    content: ""
}

.ti-battery-1:before {
    content: ""
}

.ti-battery-1-filled:before {
    content: ""
}

.ti-battery-2:before {
    content: ""
}

.ti-battery-2-filled:before {
    content: ""
}

.ti-battery-3:before {
    content: ""
}

.ti-battery-3-filled:before {
    content: ""
}

.ti-battery-4:before {
    content: ""
}

.ti-battery-4-filled:before {
    content: ""
}

.ti-battery-automotive:before {
    content: ""
}

.ti-battery-automotive-filled:before {
    content: "𐀩"
}

.ti-battery-charging:before {
    content: ""
}

.ti-battery-charging-2:before {
    content: ""
}

.ti-battery-eco:before {
    content: ""
}

.ti-battery-exclamation:before {
    content: "＝"
}

.ti-battery-filled:before {
    content: ""
}

.ti-battery-off:before {
    content: ""
}

.ti-battery-spark:before {
    content: "ﾽ"
}

.ti-battery-vertical:before {
    content: "３"
}

.ti-battery-vertical-1:before {
    content: "＜"
}

.ti-battery-vertical-1-filled:before {
    content: "𐀨"
}

.ti-battery-vertical-2:before {
    content: "；"
}

.ti-battery-vertical-2-filled:before {
    content: "𐀧"
}

.ti-battery-vertical-3:before {
    content: "："
}

.ti-battery-vertical-3-filled:before {
    content: "𐀦"
}

.ti-battery-vertical-4:before {
    content: "９"
}

.ti-battery-vertical-4-filled:before {
    content: "𐀥"
}

.ti-battery-vertical-charging:before {
    content: "７"
}

.ti-battery-vertical-charging-2:before {
    content: "８"
}

.ti-battery-vertical-eco:before {
    content: "６"
}

.ti-battery-vertical-exclamation:before {
    content: "５"
}

.ti-battery-vertical-filled:before {
    content: "𐀤"
}

.ti-battery-vertical-off:before {
    content: "４"
}

.ti-beach:before {
    content: ""
}

.ti-beach-off:before {
    content: ""
}

.ti-bed:before {
    content: ""
}

.ti-bed-filled:before {
    content: ""
}

.ti-bed-flat:before {
    content: "ﲡ"
}

.ti-bed-flat-filled:before {
    content: "ﺍ"
}

.ti-bed-off:before {
    content: ""
}

.ti-beer:before {
    content: ""
}

.ti-beer-filled:before {
    content: ""
}

.ti-beer-off:before {
    content: ""
}

.ti-bell:before {
    content: ""
}

.ti-bell-bolt:before {
    content: ""
}

.ti-bell-cancel:before {
    content: ""
}

.ti-bell-check:before {
    content: ""
}

.ti-bell-code:before {
    content: ""
}

.ti-bell-cog:before {
    content: ""
}

.ti-bell-dollar:before {
    content: ""
}

.ti-bell-down:before {
    content: ""
}

.ti-bell-exclamation:before {
    content: ""
}

.ti-bell-filled:before {
    content: ""
}

.ti-bell-heart:before {
    content: ""
}

.ti-bell-minus:before {
    content: ""
}

.ti-bell-minus-filled:before {
    content: ""
}

.ti-bell-off:before {
    content: ""
}

.ti-bell-pause:before {
    content: ""
}

.ti-bell-pin:before {
    content: ""
}

.ti-bell-plus:before {
    content: ""
}

.ti-bell-plus-filled:before {
    content: ""
}

.ti-bell-question:before {
    content: ""
}

.ti-bell-ringing:before {
    content: ""
}

.ti-bell-ringing-2:before {
    content: ""
}

.ti-bell-ringing-2-filled:before {
    content: ""
}

.ti-bell-ringing-filled:before {
    content: ""
}

.ti-bell-school:before {
    content: ""
}

.ti-bell-search:before {
    content: ""
}

.ti-bell-share:before {
    content: ""
}

.ti-bell-star:before {
    content: ""
}

.ti-bell-up:before {
    content: ""
}

.ti-bell-x:before {
    content: ""
}

.ti-bell-x-filled:before {
    content: ""
}

.ti-bell-z:before {
    content: ""
}

.ti-bell-z-filled:before {
    content: ""
}

.ti-beta:before {
    content: ""
}

.ti-bible:before {
    content: ""
}

.ti-bike:before {
    content: ""
}

.ti-bike-filled:before {
    content: "𐀣"
}

.ti-bike-off:before {
    content: ""
}

.ti-binary:before {
    content: ""
}

.ti-binary-off:before {
    content: ""
}

.ti-binary-tree:before {
    content: ""
}

.ti-binary-tree-2:before {
    content: ""
}

.ti-binary-tree-2-filled:before {
    content: "･"
}

.ti-binary-tree-filled:before {
    content: "､"
}

.ti-binoculars:before {
    content: "﻾"
}

.ti-binoculars-filled:before {
    content: "＋"
}

.ti-biohazard:before {
    content: ""
}

.ti-biohazard-filled:before {
    content: "ﺌ"
}

.ti-biohazard-off:before {
    content: ""
}

.ti-blade:before {
    content: ""
}

.ti-blade-filled:before {
    content: ""
}

.ti-bleach:before {
    content: ""
}

.ti-bleach-chlorine:before {
    content: ""
}

.ti-bleach-no-chlorine:before {
    content: ""
}

.ti-bleach-off:before {
    content: ""
}

.ti-blend-mode:before {
    content: "ﺰ"
}

.ti-blender:before {
    content: "ﲢ"
}

.ti-blender-filled:before {
    content: "𐀢"
}

.ti-blob:before {
    content: "ﺯ"
}

.ti-blob-filled:before {
    content: "ﺱ"
}

.ti-blockquote:before {
    content: ""
}

.ti-blocks:before {
    content: "𐂲"
}

.ti-bluetooth:before {
    content: ""
}

.ti-bluetooth-connected:before {
    content: ""
}

.ti-bluetooth-off:before {
    content: ""
}

.ti-bluetooth-x:before {
    content: ""
}

.ti-blur:before {
    content: ""
}

.ti-blur-off:before {
    content: ""
}

.ti-bmp:before {
    content: ""
}

.ti-body-scan:before {
    content: "ﲣ"
}

.ti-bold:before {
    content: ""
}

.ti-bold-off:before {
    content: ""
}

.ti-bolt:before {
    content: ""
}

.ti-bolt-filled:before {
    content: "𐀡"
}

.ti-bolt-off:before {
    content: ""
}

.ti-bomb:before {
    content: ""
}

.ti-bomb-filled:before {
    content: "惘"
}

.ti-bone:before {
    content: ""
}

.ti-bone-filled:before {
    content: "ﺋ"
}

.ti-bone-off:before {
    content: ""
}

.ti-bong:before {
    content: ""
}

.ti-bong-filled:before {
    content: "𐀠"
}

.ti-bong-off:before {
    content: ""
}

.ti-book:before {
    content: ""
}

.ti-book-2:before {
    content: ""
}

.ti-book-download:before {
    content: ""
}

.ti-book-filled:before {
    content: "慎"
}

.ti-book-off:before {
    content: ""
}

.ti-book-upload:before {
    content: ""
}

.ti-bookmark:before {
    content: ""
}

.ti-bookmark-ai:before {
    content: "ﲊ"
}

.ti-bookmark-edit:before {
    content: "艹"
}

.ti-bookmark-filled:before {
    content: "愈"
}

.ti-bookmark-minus:before {
    content: "著"
}

.ti-bookmark-off:before {
    content: ""
}

.ti-bookmark-plus:before {
    content: "褐"
}

.ti-bookmark-question:before {
    content: "視"
}

.ti-bookmarks:before {
    content: ""
}

.ti-bookmarks-filled:before {
    content: "ײַ"
}

.ti-bookmarks-off:before {
    content: ""
}

.ti-books:before {
    content: ""
}

.ti-books-off:before {
    content: ""
}

.ti-boom:before {
    content: "ﶾ"
}

.ti-boom-filled:before {
    content: "ﺊ"
}

.ti-border-all:before {
    content: ""
}

.ti-border-bottom:before {
    content: ""
}

.ti-border-bottom-plus:before {
    content: "ﶽ"
}

.ti-border-corner-ios:before {
    content: "ﶘ"
}

.ti-border-corner-pill:before {
    content: "ﵢ"
}

.ti-border-corner-rounded:before {
    content: "ﵣ"
}

.ti-border-corner-square:before {
    content: "ﵤ"
}

.ti-border-corners:before {
    content: ""
}

.ti-border-horizontal:before {
    content: ""
}

.ti-border-inner:before {
    content: ""
}

.ti-border-left:before {
    content: ""
}

.ti-border-left-plus:before {
    content: "ﶼ"
}

.ti-border-none:before {
    content: ""
}

.ti-border-outer:before {
    content: ""
}

.ti-border-radius:before {
    content: ""
}

.ti-border-right:before {
    content: ""
}

.ti-border-right-plus:before {
    content: "ﶻ"
}

.ti-border-sides:before {
    content: ""
}

.ti-border-style:before {
    content: ""
}

.ti-border-style-2:before {
    content: ""
}

.ti-border-top:before {
    content: ""
}

.ti-border-top-plus:before {
    content: "ﶺ"
}

.ti-border-vertical:before {
    content: ""
}

.ti-bottle:before {
    content: ""
}

.ti-bottle-filled:before {
    content: "憎"
}

.ti-bottle-off:before {
    content: ""
}

.ti-bounce-left:before {
    content: ""
}

.ti-bounce-left-filled:before {
    content: "ﬠ"
}

.ti-bounce-right:before {
    content: ""
}

.ti-bounce-right-filled:before {
    content: "ﬡ"
}

.ti-bow:before {
    content: ""
}

.ti-bow-filled:before {
    content: "ﺉ"
}

.ti-bowl:before {
    content: ""
}

.ti-bowl-chopsticks:before {
    content: "﶐"
}

.ti-bowl-chopsticks-filled:before {
    content: "ﺈ"
}

.ti-bowl-filled:before {
    content: "ﬢ"
}

.ti-bowl-spoon:before {
    content: "﶑"
}

.ti-bowl-spoon-filled:before {
    content: "ﺇ"
}

.ti-bowling:before {
    content: "𐂱"
}

.ti-box:before {
    content: ""
}

.ti-box-align-bottom:before {
    content: ""
}

.ti-box-align-bottom-filled:before {
    content: "慠"
}

.ti-box-align-bottom-left:before {
    content: ""
}

.ti-box-align-bottom-left-filled:before {
    content: "懲"
}

.ti-box-align-bottom-right:before {
    content: ""
}

.ti-box-align-bottom-right-filled:before {
    content: "戴"
}

.ti-box-align-left:before {
    content: ""
}

.ti-box-align-left-filled:before {
    content: "揄"
}

.ti-box-align-right:before {
    content: ""
}

.ti-box-align-right-filled:before {
    content: "搜"
}

.ti-box-align-top:before {
    content: ""
}

.ti-box-align-top-filled:before {
    content: "摒"
}

.ti-box-align-top-left:before {
    content: ""
}

.ti-box-align-top-left-filled:before {
    content: "敖"
}

.ti-box-align-top-right:before {
    content: ""
}

.ti-box-align-top-right-filled:before {
    content: "晴"
}

.ti-box-margin:before {
    content: ""
}

.ti-box-model:before {
    content: ""
}

.ti-box-model-2:before {
    content: ""
}

.ti-box-model-2-off:before {
    content: ""
}

.ti-box-model-off:before {
    content: ""
}

.ti-box-multiple:before {
    content: ""
}

.ti-box-multiple-0:before {
    content: ""
}

.ti-box-multiple-1:before {
    content: ""
}

.ti-box-multiple-2:before {
    content: ""
}

.ti-box-multiple-3:before {
    content: ""
}

.ti-box-multiple-4:before {
    content: ""
}

.ti-box-multiple-5:before {
    content: ""
}

.ti-box-multiple-6:before {
    content: ""
}

.ti-box-multiple-7:before {
    content: ""
}

.ti-box-multiple-8:before {
    content: ""
}

.ti-box-multiple-9:before {
    content: ""
}

.ti-box-multiple-filled:before {
    content: "𐀟"
}

.ti-box-off:before {
    content: ""
}

.ti-box-padding:before {
    content: ""
}

.ti-braces:before {
    content: ""
}

.ti-braces-off:before {
    content: ""
}

.ti-brackets:before {
    content: ""
}

.ti-brackets-angle:before {
    content: "ﲲ"
}

.ti-brackets-angle-off:before {
    content: "ﲱ"
}

.ti-brackets-contain:before {
    content: ""
}

.ti-brackets-contain-end:before {
    content: ""
}

.ti-brackets-contain-start:before {
    content: ""
}

.ti-brackets-off:before {
    content: ""
}

.ti-braille:before {
    content: ""
}

.ti-brain:before {
    content: ""
}

.ti-brand-4chan:before {
    content: ""
}

.ti-brand-abstract:before {
    content: ""
}

.ti-brand-adobe:before {
    content: ""
}

.ti-brand-adobe-after-effect:before {
    content: "Ｊ"
}

.ti-brand-adobe-illustrator:before {
    content: "Ｉ"
}

.ti-brand-adobe-indesign:before {
    content: "Ｈ"
}

.ti-brand-adobe-photoshop:before {
    content: "Ｇ"
}

.ti-brand-adobe-premier:before {
    content: "Ｆ"
}

.ti-brand-adobe-xd:before {
    content: "Ｅ"
}

.ti-brand-adonis-js:before {
    content: ""
}

.ti-brand-airbnb:before {
    content: ""
}

.ti-brand-airtable:before {
    content: ""
}

.ti-brand-algolia:before {
    content: ""
}

.ti-brand-alipay:before {
    content: ""
}

.ti-brand-alpine-js:before {
    content: ""
}

.ti-brand-amazon:before {
    content: ""
}

.ti-brand-amd:before {
    content: ""
}

.ti-brand-amie:before {
    content: "ﾫ"
}

.ti-brand-amigo:before {
    content: ""
}

.ti-brand-among-us:before {
    content: ""
}

.ti-brand-android:before {
    content: ""
}

.ti-brand-angular:before {
    content: ""
}

.ti-brand-angular-filled:before {
    content: "𐂕"
}

.ti-brand-ansible:before {
    content: "並"
}

.ti-brand-ao3:before {
    content: ""
}

.ti-brand-appgallery:before {
    content: ""
}

.ti-brand-apple:before {
    content: ""
}

.ti-brand-apple-arcade:before {
    content: ""
}

.ti-brand-apple-filled:before {
    content: "ﵴ"
}

.ti-brand-apple-news:before {
    content: "Ｄ"
}

.ti-brand-apple-podcast:before {
    content: ""
}

.ti-brand-appstore:before {
    content: ""
}

.ti-brand-arc:before {
    content: "ﺮ"
}

.ti-brand-asana:before {
    content: ""
}

.ti-brand-astro:before {
    content: "ﶹ"
}

.ti-brand-auth0:before {
    content: "ﲳ"
}

.ti-brand-aws:before {
    content: "社"
}

.ti-brand-azure:before {
    content: "祉"
}

.ti-brand-backbone:before {
    content: ""
}

.ti-brand-badoo:before {
    content: ""
}

.ti-brand-baidu:before {
    content: ""
}

.ti-brand-bandcamp:before {
    content: ""
}

.ti-brand-bandlab:before {
    content: ""
}

.ti-brand-beats:before {
    content: ""
}

.ti-brand-bebo:before {
    content: "ﾪ"
}

.ti-brand-behance:before {
    content: ""
}

.ti-brand-bilibili:before {
    content: ""
}

.ti-brand-binance:before {
    content: ""
}

.ti-brand-bing:before {
    content: ""
}

.ti-brand-bitbucket:before {
    content: ""
}

.ti-brand-bitbucket-filled:before {
    content: "𐃋"
}

.ti-brand-blackberry:before {
    content: ""
}

.ti-brand-blender:before {
    content: ""
}

.ti-brand-blogger:before {
    content: ""
}

.ti-brand-bluesky:before {
    content: "ﵵ"
}

.ti-brand-booking:before {
    content: ""
}

.ti-brand-bootstrap:before {
    content: ""
}

.ti-brand-bulma:before {
    content: ""
}

.ti-brand-bumble:before {
    content: ""
}

.ti-brand-bunpo:before {
    content: ""
}

.ti-brand-c-sharp:before {
    content: ""
}

.ti-brand-cake:before {
    content: ""
}

.ti-brand-cakephp:before {
    content: ""
}

.ti-brand-campaignmonitor:before {
    content: ""
}

.ti-brand-carbon:before {
    content: ""
}

.ti-brand-cashapp:before {
    content: ""
}

.ti-brand-chrome:before {
    content: ""
}

.ti-brand-cinema-4d:before {
    content: "况"
}

.ti-brand-citymapper:before {
    content: ""
}

.ti-brand-cloudflare:before {
    content: "祈"
}

.ti-brand-codecov:before {
    content: ""
}

.ti-brand-codepen:before {
    content: ""
}

.ti-brand-codesandbox:before {
    content: ""
}

.ti-brand-cohost:before {
    content: ""
}

.ti-brand-coinbase:before {
    content: ""
}

.ti-brand-comedy-central:before {
    content: ""
}

.ti-brand-coreos:before {
    content: ""
}

.ti-brand-couchdb:before {
    content: ""
}

.ti-brand-couchsurfing:before {
    content: ""
}

.ti-brand-cpp:before {
    content: ""
}

.ti-brand-craft:before {
    content: "全"
}

.ti-brand-crunchbase:before {
    content: ""
}

.ti-brand-css3:before {
    content: ""
}

.ti-brand-ctemplar:before {
    content: ""
}

.ti-brand-cucumber:before {
    content: ""
}

.ti-brand-cupra:before {
    content: ""
}

.ti-brand-cypress:before {
    content: ""
}

.ti-brand-d3:before {
    content: ""
}

.ti-brand-databricks:before {
    content: "ﱁ"
}

.ti-brand-days-counter:before {
    content: ""
}

.ti-brand-dcos:before {
    content: ""
}

.ti-brand-debian:before {
    content: ""
}

.ti-brand-deezer:before {
    content: ""
}

.ti-brand-deliveroo:before {
    content: ""
}

.ti-brand-deno:before {
    content: ""
}

.ti-brand-denodo:before {
    content: ""
}

.ti-brand-deviantart:before {
    content: ""
}

.ti-brand-digg:before {
    content: "侀"
}

.ti-brand-dingtalk:before {
    content: ""
}

.ti-brand-discord:before {
    content: ""
}

.ti-brand-discord-filled:before {
    content: ""
}

.ti-brand-disney:before {
    content: ""
}

.ti-brand-disqus:before {
    content: ""
}

.ti-brand-django:before {
    content: ""
}

.ti-brand-docker:before {
    content: ""
}

.ti-brand-doctrine:before {
    content: ""
}

.ti-brand-dolby-digital:before {
    content: ""
}

.ti-brand-douban:before {
    content: ""
}

.ti-brand-dribbble:before {
    content: ""
}

.ti-brand-dribbble-filled:before {
    content: ""
}

.ti-brand-drops:before {
    content: ""
}

.ti-brand-drupal:before {
    content: ""
}

.ti-brand-edge:before {
    content: ""
}

.ti-brand-elastic:before {
    content: ""
}

.ti-brand-electronic-arts:before {
    content: "充"
}

.ti-brand-ember:before {
    content: ""
}

.ti-brand-envato:before {
    content: ""
}

.ti-brand-etsy:before {
    content: ""
}

.ti-brand-evernote:before {
    content: ""
}

.ti-brand-facebook:before {
    content: ""
}

.ti-brand-facebook-filled:before {
    content: ""
}

.ti-brand-feedly:before {
    content: "冀"
}

.ti-brand-figma:before {
    content: ""
}

.ti-brand-filezilla:before {
    content: "勇"
}

.ti-brand-finder:before {
    content: ""
}

.ti-brand-firebase:before {
    content: ""
}

.ti-brand-firefox:before {
    content: ""
}

.ti-brand-fiverr:before {
    content: ""
}

.ti-brand-flickr:before {
    content: ""
}

.ti-brand-flightradar24:before {
    content: ""
}

.ti-brand-flipboard:before {
    content: ""
}

.ti-brand-flutter:before {
    content: ""
}

.ti-brand-fortnite:before {
    content: ""
}

.ti-brand-foursquare:before {
    content: ""
}

.ti-brand-framer:before {
    content: ""
}

.ti-brand-framer-motion:before {
    content: ""
}

.ti-brand-funimation:before {
    content: ""
}

.ti-brand-gatsby:before {
    content: ""
}

.ti-brand-git:before {
    content: ""
}

.ti-brand-github:before {
    content: ""
}

.ti-brand-github-copilot:before {
    content: ""
}

.ti-brand-github-filled:before {
    content: ""
}

.ti-brand-gitlab:before {
    content: ""
}

.ti-brand-gmail:before {
    content: ""
}

.ti-brand-golang:before {
    content: ""
}

.ti-brand-google:before {
    content: ""
}

.ti-brand-google-analytics:before {
    content: ""
}

.ti-brand-google-big-query:before {
    content: ""
}

.ti-brand-google-drive:before {
    content: ""
}

.ti-brand-google-filled:before {
    content: "ﴚ"
}

.ti-brand-google-fit:before {
    content: ""
}

.ti-brand-google-home:before {
    content: ""
}

.ti-brand-google-maps:before {
    content: "祐"
}

.ti-brand-google-one:before {
    content: ""
}

.ti-brand-google-photos:before {
    content: ""
}

.ti-brand-google-play:before {
    content: ""
}

.ti-brand-google-podcasts:before {
    content: ""
}

.ti-brand-grammarly:before {
    content: ""
}

.ti-brand-graphql:before {
    content: ""
}

.ti-brand-gravatar:before {
    content: ""
}

.ti-brand-grindr:before {
    content: ""
}

.ti-brand-guardian:before {
    content: ""
}

.ti-brand-gumroad:before {
    content: ""
}

.ti-brand-hackerrank:before {
    content: "Ｃ"
}

.ti-brand-hbo:before {
    content: ""
}

.ti-brand-headlessui:before {
    content: ""
}

.ti-brand-hexo:before {
    content: "祖"
}

.ti-brand-hipchat:before {
    content: ""
}

.ti-brand-html5:before {
    content: ""
}

.ti-brand-inertia:before {
    content: ""
}

.ti-brand-instagram:before {
    content: ""
}

.ti-brand-instagram-filled:before {
    content: "𐂔"
}

.ti-brand-intercom:before {
    content: ""
}

.ti-brand-itch:before {
    content: "諸"
}

.ti-brand-javascript:before {
    content: ""
}

.ti-brand-juejin:before {
    content: ""
}

.ti-brand-kako-talk:before {
    content: "ﴭ"
}

.ti-brand-kbin:before {
    content: "𢡄"
}

.ti-brand-kick:before {
    content: "﨣"
}

.ti-brand-kick-filled:before {
    content: "𐂓"
}

.ti-brand-kickstarter:before {
    content: ""
}

.ti-brand-kotlin:before {
    content: ""
}

.ti-brand-laravel:before {
    content: ""
}

.ti-brand-lastfm:before {
    content: ""
}

.ti-brand-leetcode:before {
    content: "祝"
}

.ti-brand-letterboxd:before {
    content: "﨤"
}

.ti-brand-line:before {
    content: ""
}

.ti-brand-linkedin:before {
    content: ""
}

.ti-brand-linkedin-filled:before {
    content: "𐂒"
}

.ti-brand-linktree:before {
    content: ""
}

.ti-brand-linqpad:before {
    content: ""
}

.ti-brand-livewire:before {
    content: "ﵶ"
}

.ti-brand-loom:before {
    content: ""
}

.ti-brand-mailgun:before {
    content: ""
}

.ti-brand-mantine:before {
    content: ""
}

.ti-brand-mastercard:before {
    content: ""
}

.ti-brand-mastodon:before {
    content: ""
}

.ti-brand-matrix:before {
    content: ""
}

.ti-brand-mcdonalds:before {
    content: ""
}

.ti-brand-medium:before {
    content: ""
}

.ti-brand-meetup:before {
    content: "ﱪ"
}

.ti-brand-mercedes:before {
    content: ""
}

.ti-brand-messenger:before {
    content: ""
}

.ti-brand-messenger-filled:before {
    content: "𐂧"
}

.ti-brand-meta:before {
    content: ""
}

.ti-brand-metabrainz:before {
    content: "２"
}

.ti-brand-minecraft:before {
    content: "﫯"
}

.ti-brand-miniprogram:before {
    content: ""
}

.ti-brand-mixpanel:before {
    content: ""
}

.ti-brand-monday:before {
    content: ""
}

.ti-brand-mongodb:before {
    content: ""
}

.ti-brand-my-oppo:before {
    content: ""
}

.ti-brand-mysql:before {
    content: ""
}

.ti-brand-national-geographic:before {
    content: ""
}

.ti-brand-nem:before {
    content: ""
}

.ti-brand-netbeans:before {
    content: ""
}

.ti-brand-netease-music:before {
    content: ""
}

.ti-brand-netflix:before {
    content: ""
}

.ti-brand-nexo:before {
    content: ""
}

.ti-brand-nextcloud:before {
    content: ""
}

.ti-brand-nextjs:before {
    content: ""
}

.ti-brand-nodejs:before {
    content: "﫠"
}

.ti-brand-nord-vpn:before {
    content: ""
}

.ti-brand-notion:before {
    content: ""
}

.ti-brand-npm:before {
    content: ""
}

.ti-brand-nuxt:before {
    content: ""
}

.ti-brand-nytimes:before {
    content: ""
}

.ti-brand-oauth:before {
    content: "禍"
}

.ti-brand-office:before {
    content: ""
}

.ti-brand-ok-ru:before {
    content: ""
}

.ti-brand-onedrive:before {
    content: ""
}

.ti-brand-onlyfans:before {
    content: ""
}

.ti-brand-open-source:before {
    content: ""
}

.ti-brand-open-source-filled:before {
    content: "𐂑"
}

.ti-brand-openai:before {
    content: ""
}

.ti-brand-openvpn:before {
    content: ""
}

.ti-brand-opera:before {
    content: ""
}

.ti-brand-opera-filled:before {
    content: "𐂐"
}

.ti-brand-pagekit:before {
    content: ""
}

.ti-brand-parsinta:before {
    content: "ﱂ"
}

.ti-brand-patreon:before {
    content: ""
}

.ti-brand-patreon-filled:before {
    content: "ﳿ"
}

.ti-brand-paypal:before {
    content: ""
}

.ti-brand-paypal-filled:before {
    content: ""
}

.ti-brand-paypay:before {
    content: ""
}

.ti-brand-peanut:before {
    content: ""
}

.ti-brand-pepsi:before {
    content: ""
}

.ti-brand-php:before {
    content: ""
}

.ti-brand-picsart:before {
    content: ""
}

.ti-brand-pinterest:before {
    content: ""
}

.ti-brand-pinterest-filled:before {
    content: "𐂏"
}

.ti-brand-planetscale:before {
    content: ""
}

.ti-brand-pnpm:before {
    content: "ﵷ"
}

.ti-brand-pocket:before {
    content: ""
}

.ti-brand-polymer:before {
    content: ""
}

.ti-brand-powershell:before {
    content: ""
}

.ti-brand-printables:before {
    content: "ﴛ"
}

.ti-brand-prisma:before {
    content: ""
}

.ti-brand-producthunt:before {
    content: ""
}

.ti-brand-pushbullet:before {
    content: ""
}

.ti-brand-pushover:before {
    content: ""
}

.ti-brand-python:before {
    content: ""
}

.ti-brand-qq:before {
    content: ""
}

.ti-brand-radix-ui:before {
    content: ""
}

.ti-brand-react:before {
    content: ""
}

.ti-brand-react-native:before {
    content: ""
}

.ti-brand-reason:before {
    content: ""
}

.ti-brand-reddit:before {
    content: ""
}

.ti-brand-redhat:before {
    content: ""
}

.ti-brand-redux:before {
    content: ""
}

.ti-brand-revolut:before {
    content: ""
}

.ti-brand-rumble:before {
    content: "𣏕"
}

.ti-brand-rust:before {
    content: "禎"
}

.ti-brand-safari:before {
    content: ""
}

.ti-brand-samsungpass:before {
    content: ""
}

.ti-brand-sass:before {
    content: ""
}

.ti-brand-sentry:before {
    content: ""
}

.ti-brand-sharik:before {
    content: ""
}

.ti-brand-shazam:before {
    content: ""
}

.ti-brand-shopee:before {
    content: ""
}

.ti-brand-sketch:before {
    content: ""
}

.ti-brand-sketch-filled:before {
    content: "𐂎"
}

.ti-brand-skype:before {
    content: ""
}

.ti-brand-slack:before {
    content: ""
}

.ti-brand-snapchat:before {
    content: ""
}

.ti-brand-snapchat-filled:before {
    content: "𐂍"
}

.ti-brand-snapseed:before {
    content: ""
}

.ti-brand-snowflake:before {
    content: ""
}

.ti-brand-socket-io:before {
    content: ""
}

.ti-brand-solidjs:before {
    content: ""
}

.ti-brand-soundcloud:before {
    content: ""
}

.ti-brand-spacehey:before {
    content: ""
}

.ti-brand-speedtest:before {
    content: "勺"
}

.ti-brand-spotify:before {
    content: ""
}

.ti-brand-spotify-filled:before {
    content: "ﺆ"
}

.ti-brand-stackoverflow:before {
    content: ""
}

.ti-brand-stackshare:before {
    content: ""
}

.ti-brand-steam:before {
    content: ""
}

.ti-brand-steam-filled:before {
    content: "𐂌"
}

.ti-brand-stocktwits:before {
    content: "ﵸ"
}

.ti-brand-storj:before {
    content: "穀"
}

.ti-brand-storybook:before {
    content: ""
}

.ti-brand-storytel:before {
    content: ""
}

.ti-brand-strava:before {
    content: ""
}

.ti-brand-stripe:before {
    content: ""
}

.ti-brand-stripe-filled:before {
    content: "𐂋"
}

.ti-brand-sublime-text:before {
    content: ""
}

.ti-brand-sugarizer:before {
    content: ""
}

.ti-brand-supabase:before {
    content: ""
}

.ti-brand-superhuman:before {
    content: ""
}

.ti-brand-supernova:before {
    content: ""
}

.ti-brand-surfshark:before {
    content: ""
}

.ti-brand-svelte:before {
    content: ""
}

.ti-brand-swift:before {
    content: "突"
}

.ti-brand-symfony:before {
    content: ""
}

.ti-brand-tabler:before {
    content: ""
}

.ti-brand-tabler-filled:before {
    content: "𐂊"
}

.ti-brand-tailwind:before {
    content: ""
}

.ti-brand-taobao:before {
    content: ""
}

.ti-brand-teams:before {
    content: "﫟"
}

.ti-brand-ted:before {
    content: ""
}

.ti-brand-telegram:before {
    content: ""
}

.ti-brand-terraform:before {
    content: "節"
}

.ti-brand-tesla:before {
    content: "𐂙"
}

.ti-brand-tether:before {
    content: ""
}

.ti-brand-thingiverse:before {
    content: "ﴜ"
}

.ti-brand-threads:before {
    content: "ﬂ"
}

.ti-brand-threejs:before {
    content: ""
}

.ti-brand-tidal:before {
    content: ""
}

.ti-brand-tiktok:before {
    content: ""
}

.ti-brand-tiktok-filled:before {
    content: ""
}

.ti-brand-tinder:before {
    content: ""
}

.ti-brand-tinder-filled:before {
    content: "𐂉"
}

.ti-brand-topbuzz:before {
    content: ""
}

.ti-brand-torchain:before {
    content: ""
}

.ti-brand-toyota:before {
    content: ""
}

.ti-brand-trello:before {
    content: ""
}

.ti-brand-tripadvisor:before {
    content: ""
}

.ti-brand-tumblr:before {
    content: ""
}

.ti-brand-tumblr-filled:before {
    content: "𐂈"
}

.ti-brand-twilio:before {
    content: ""
}

.ti-brand-twitch:before {
    content: ""
}

.ti-brand-twitter:before {
    content: ""
}

.ti-brand-twitter-filled:before {
    content: ""
}

.ti-brand-typescript:before {
    content: ""
}

.ti-brand-uber:before {
    content: ""
}

.ti-brand-ubuntu:before {
    content: ""
}

.ti-brand-unity:before {
    content: ""
}

.ti-brand-unsplash:before {
    content: ""
}

.ti-brand-upwork:before {
    content: ""
}

.ti-brand-valorant:before {
    content: ""
}

.ti-brand-vercel:before {
    content: ""
}

.ti-brand-vercel-filled:before {
    content: "𐂇"
}

.ti-brand-vimeo:before {
    content: ""
}

.ti-brand-vimeo-filled:before {
    content: "𐂆"
}

.ti-brand-vinted:before {
    content: ""
}

.ti-brand-visa:before {
    content: ""
}

.ti-brand-visual-studio:before {
    content: ""
}

.ti-brand-vite:before {
    content: ""
}

.ti-brand-vivaldi:before {
    content: ""
}

.ti-brand-vk:before {
    content: ""
}

.ti-brand-vlc:before {
    content: "喝"
}

.ti-brand-volkswagen:before {
    content: ""
}

.ti-brand-vsco:before {
    content: ""
}

.ti-brand-vscode:before {
    content: ""
}

.ti-brand-vue:before {
    content: ""
}

.ti-brand-walmart:before {
    content: ""
}

.ti-brand-waze:before {
    content: ""
}

.ti-brand-webflow:before {
    content: ""
}

.ti-brand-wechat:before {
    content: ""
}

.ti-brand-weibo:before {
    content: ""
}

.ti-brand-weibo-filled:before {
    content: "𐂦"
}

.ti-brand-whatsapp:before {
    content: ""
}

.ti-brand-whatsapp-filled:before {
    content: "𐂅"
}

.ti-brand-wikipedia:before {
    content: "啕"
}

.ti-brand-windows:before {
    content: ""
}

.ti-brand-windows-filled:before {
    content: "𐂄"
}

.ti-brand-windy:before {
    content: ""
}

.ti-brand-wish:before {
    content: ""
}

.ti-brand-wix:before {
    content: ""
}

.ti-brand-wordpress:before {
    content: ""
}

.ti-brand-x:before {
    content: "ﰏ"
}

.ti-brand-x-filled:before {
    content: "ﰡ"
}

.ti-brand-xamarin:before {
    content: "喙"
}

.ti-brand-xbox:before {
    content: ""
}

.ti-brand-xdeep:before {
    content: "ﰐ"
}

.ti-brand-xing:before {
    content: ""
}

.ti-brand-yahoo:before {
    content: ""
}

.ti-brand-yandex:before {
    content: "﫡"
}

.ti-brand-yarn:before {
    content: "ﵹ"
}

.ti-brand-yatse:before {
    content: ""
}

.ti-brand-ycombinator:before {
    content: ""
}

.ti-brand-youtube:before {
    content: ""
}

.ti-brand-youtube-filled:before {
    content: "ﰢ"
}

.ti-brand-youtube-kids:before {
    content: ""
}

.ti-brand-zalando:before {
    content: ""
}

.ti-brand-zapier:before {
    content: ""
}

.ti-brand-zeit:before {
    content: ""
}

.ti-brand-zhihu:before {
    content: ""
}

.ti-brand-zoom:before {
    content: ""
}

.ti-brand-zulip:before {
    content: ""
}

.ti-brand-zwift:before {
    content: ""
}

.ti-bread:before {
    content: ""
}

.ti-bread-filled:before {
    content: "ﺅ"
}

.ti-bread-off:before {
    content: ""
}

.ti-briefcase:before {
    content: ""
}

.ti-briefcase-2:before {
    content: "ﬃ"
}

.ti-briefcase-2-filled:before {
    content: "ﺄ"
}

.ti-briefcase-filled:before {
    content: "ﴀ"
}

.ti-briefcase-off:before {
    content: ""
}

.ti-brightness:before {
    content: ""
}

.ti-brightness-2:before {
    content: ""
}

.ti-brightness-auto:before {
    content: "ﶙ"
}

.ti-brightness-auto-filled:before {
    content: "ﺃ"
}

.ti-brightness-down:before {
    content: ""
}

.ti-brightness-down-filled:before {
    content: "ﬣ"
}

.ti-brightness-filled:before {
    content: "ﺂ"
}

.ti-brightness-half:before {
    content: ""
}

.ti-brightness-off:before {
    content: ""
}

.ti-brightness-up:before {
    content: ""
}

.ti-brightness-up-filled:before {
    content: "ﬤ"
}

.ti-broadcast:before {
    content: ""
}

.ti-broadcast-off:before {
    content: ""
}

.ti-browser:before {
    content: ""
}

.ti-browser-check:before {
    content: ""
}

.ti-browser-maximize:before {
    content: "𐂰"
}

.ti-browser-minus:before {
    content: "𐂯"
}

.ti-browser-off:before {
    content: ""
}

.ti-browser-plus:before {
    content: ""
}

.ti-browser-share:before {
    content: "𐂮"
}

.ti-browser-x:before {
    content: ""
}

.ti-brush:before {
    content: ""
}

.ti-brush-off:before {
    content: ""
}

.ti-bubble:before {
    content: "ﺺ"
}

.ti-bubble-filled:before {
    content: "ﻃ"
}

.ti-bubble-minus:before {
    content: "ﺾ"
}

.ti-bubble-plus:before {
    content: "ﺽ"
}

.ti-bubble-tea:before {
    content: "ｑ"
}

.ti-bubble-tea-2:before {
    content: "ｒ"
}

.ti-bubble-text:before {
    content: "ﺼ"
}

.ti-bubble-text-filled:before {
    content: "𐂥"
}

.ti-bubble-x:before {
    content: "ﺻ"
}

.ti-bucket:before {
    content: ""
}

.ti-bucket-droplet:before {
    content: ""
}

.ti-bucket-off:before {
    content: ""
}

.ti-bug:before {
    content: ""
}

.ti-bug-filled:before {
    content: "ﴁ"
}

.ti-bug-off:before {
    content: ""
}

.ti-building:before {
    content: ""
}

.ti-building-airport:before {
    content: "ﾩ"
}

.ti-building-arch:before {
    content: ""
}

.ti-building-bank:before {
    content: ""
}

.ti-building-bridge:before {
    content: ""
}

.ti-building-bridge-2:before {
    content: ""
}

.ti-building-broadcast-tower:before {
    content: ""
}

.ti-building-broadcast-tower-filled:before {
    content: "ﺁ"
}

.ti-building-burj-al-arab:before {
    content: "ｐ"
}

.ti-building-carousel:before {
    content: ""
}

.ti-building-castle:before {
    content: ""
}

.ti-building-church:before {
    content: ""
}

.ti-building-circus:before {
    content: ""
}

.ti-building-cog:before {
    content: "𐁢"
}

.ti-building-community:before {
    content: ""
}

.ti-building-cottage:before {
    content: ""
}

.ti-building-estate:before {
    content: ""
}

.ti-building-factory:before {
    content: ""
}

.ti-building-factory-2:before {
    content: ""
}

.ti-building-fortress:before {
    content: ""
}

.ti-building-hospital:before {
    content: ""
}

.ti-building-lighthouse:before {
    content: ""
}

.ti-building-minus:before {
    content: "𐁡"
}

.ti-building-monument:before {
    content: ""
}

.ti-building-mosque:before {
    content: "練"
}

.ti-building-off:before {
    content: "﻽"
}

.ti-building-pavilion:before {
    content: ""
}

.ti-building-plus:before {
    content: "𐁠"
}

.ti-building-skyscraper:before {
    content: ""
}

.ti-building-stadium:before {
    content: ""
}

.ti-building-store:before {
    content: ""
}

.ti-building-tunnel:before {
    content: ""
}

.ti-building-warehouse:before {
    content: ""
}

.ti-building-wind-turbine:before {
    content: ""
}

.ti-buildings:before {
    content: "｀"
}

.ti-bulb:before {
    content: ""
}

.ti-bulb-filled:before {
    content: ""
}

.ti-bulb-off:before {
    content: ""
}

.ti-bulldozer:before {
    content: ""
}

.ti-burger:before {
    content: "ﲴ"
}

.ti-bus:before {
    content: ""
}

.ti-bus-filled:before {
    content: "𐃿"
}

.ti-bus-off:before {
    content: ""
}

.ti-bus-stop:before {
    content: ""
}

.ti-businessplan:before {
    content: ""
}

.ti-butterfly:before {
    content: ""
}

.ti-butterfly-filled:before {
    content: "𐀖"
}

.ti-cactus:before {
    content: ""
}

.ti-cactus-filled:before {
    content: "ﬥ"
}

.ti-cactus-off:before {
    content: ""
}

.ti-cake:before {
    content: ""
}

.ti-cake-off:before {
    content: ""
}

.ti-cake-roll:before {
    content: "𐂽"
}

.ti-calculator:before {
    content: ""
}

.ti-calculator-filled:before {
    content: "ﬦ"
}

.ti-calculator-off:before {
    content: ""
}

.ti-calendar:before {
    content: ""
}

.ti-calendar-bolt:before {
    content: ""
}

.ti-calendar-cancel:before {
    content: ""
}

.ti-calendar-check:before {
    content: ""
}

.ti-calendar-clock:before {
    content: "ﴮ"
}

.ti-calendar-code:before {
    content: ""
}

.ti-calendar-cog:before {
    content: ""
}

.ti-calendar-dollar:before {
    content: ""
}

.ti-calendar-dot:before {
    content: "﴾"
}

.ti-calendar-down:before {
    content: ""
}

.ti-calendar-due:before {
    content: ""
}

.ti-calendar-event:before {
    content: ""
}

.ti-calendar-event-filled:before {
    content: "𐂹"
}

.ti-calendar-exclamation:before {
    content: ""
}

.ti-calendar-filled:before {
    content: "ﬧ"
}

.ti-calendar-heart:before {
    content: ""
}

.ti-calendar-minus:before {
    content: ""
}

.ti-calendar-month:before {
    content: "ﴯ"
}

.ti-calendar-month-filled:before {
    content: "𐂸"
}

.ti-calendar-off:before {
    content: ""
}

.ti-calendar-pause:before {
    content: ""
}

.ti-calendar-pin:before {
    content: ""
}

.ti-calendar-plus:before {
    content: ""
}

.ti-calendar-question:before {
    content: ""
}

.ti-calendar-repeat:before {
    content: "㮝"
}

.ti-calendar-sad:before {
    content: "ﴝ"
}

.ti-calendar-search:before {
    content: ""
}

.ti-calendar-share:before {
    content: ""
}

.ti-calendar-smile:before {
    content: "ﴞ"
}

.ti-calendar-star:before {
    content: ""
}

.ti-calendar-stats:before {
    content: ""
}

.ti-calendar-time:before {
    content: ""
}

.ti-calendar-up:before {
    content: ""
}

.ti-calendar-user:before {
    content: "ﴟ"
}

.ti-calendar-week:before {
    content: "ﴰ"
}

.ti-calendar-week-filled:before {
    content: "𐂷"
}

.ti-calendar-x:before {
    content: ""
}

.ti-camera:before {
    content: ""
}

.ti-camera-ai:before {
    content: "ﾨ"
}

.ti-camera-bitcoin:before {
    content: "ﾧ"
}

.ti-camera-bolt:before {
    content: ""
}

.ti-camera-cancel:before {
    content: ""
}

.ti-camera-check:before {
    content: ""
}

.ti-camera-code:before {
    content: ""
}

.ti-camera-cog:before {
    content: ""
}

.ti-camera-dollar:before {
    content: ""
}

.ti-camera-down:before {
    content: ""
}

.ti-camera-exclamation:before {
    content: ""
}

.ti-camera-filled:before {
    content: "嘆"
}

.ti-camera-heart:before {
    content: ""
}

.ti-camera-minus:before {
    content: ""
}

.ti-camera-moon:before {
    content: "ﾦ"
}

.ti-camera-off:before {
    content: ""
}

.ti-camera-pause:before {
    content: ""
}

.ti-camera-pin:before {
    content: ""
}

.ti-camera-plus:before {
    content: ""
}

.ti-camera-question:before {
    content: ""
}

.ti-camera-rotate:before {
    content: ""
}

.ti-camera-search:before {
    content: ""
}

.ti-camera-selfie:before {
    content: ""
}

.ti-camera-share:before {
    content: ""
}

.ti-camera-spark:before {
    content: "ﾼ"
}

.ti-camera-star:before {
    content: ""
}

.ti-camera-up:before {
    content: ""
}

.ti-camera-x:before {
    content: ""
}

.ti-camper:before {
    content: "逸"
}

.ti-campfire:before {
    content: ""
}

.ti-campfire-filled:before {
    content: "ﬨ"
}

.ti-cancel:before {
    content: "１"
}

.ti-candle:before {
    content: ""
}

.ti-candle-filled:before {
    content: "ﰣ"
}

.ti-candy:before {
    content: ""
}

.ti-candy-off:before {
    content: ""
}

.ti-cane:before {
    content: ""
}

.ti-cannabis:before {
    content: ""
}

.ti-cannabis-filled:before {
    content: "𐀕"
}

.ti-cap-projecting:before {
    content: "Ｂ"
}

.ti-cap-rounded:before {
    content: "Ａ"
}

.ti-cap-straight:before {
    content: "＠"
}

.ti-capsule:before {
    content: "﫣"
}

.ti-capsule-filled:before {
    content: "ﰤ"
}

.ti-capsule-horizontal:before {
    content: "﫢"
}

.ti-capsule-horizontal-filled:before {
    content: "ﰥ"
}

.ti-capture:before {
    content: ""
}

.ti-capture-filled:before {
    content: "﬩"
}

.ti-capture-off:before {
    content: ""
}

.ti-car:before {
    content: ""
}

.ti-car-4wd:before {
    content: "ﶸ"
}

.ti-car-4wd-filled:before {
    content: "𐀞"
}

.ti-car-crane:before {
    content: ""
}

.ti-car-crane-filled:before {
    content: "𐃾"
}

.ti-car-crash:before {
    content: ""
}

.ti-car-fan:before {
    content: "ﶳ"
}

.ti-car-fan-1:before {
    content: "ﶷ"
}

.ti-car-fan-2:before {
    content: "ﶶ"
}

.ti-car-fan-3:before {
    content: "ﶵ"
}

.ti-car-fan-auto:before {
    content: "ﶴ"
}

.ti-car-fan-filled:before {
    content: "𐀝"
}

.ti-car-filled:before {
    content: "𐁌"
}

.ti-car-garage:before {
    content: "ﱷ"
}

.ti-car-off:before {
    content: ""
}

.ti-car-suv:before {
    content: "ﲋ"
}

.ti-car-suv-filled:before {
    content: "𐁍"
}

.ti-car-turbine:before {
    content: ""
}

.ti-carambola:before {
    content: "ﺹ"
}

.ti-carambola-filled:before {
    content: "𐀔"
}

.ti-caravan:before {
    content: ""
}

.ti-caravan-filled:before {
    content: "𐃽"
}

.ti-cardboards:before {
    content: ""
}

.ti-cardboards-filled:before {
    content: "𐀜"
}

.ti-cardboards-off:before {
    content: ""
}

.ti-cards:before {
    content: ""
}

.ti-cards-filled:before {
    content: "ﰦ"
}

.ti-caret-down:before {
    content: ""
}

.ti-caret-down-filled:before {
    content: "שׁ"
}

.ti-caret-left:before {
    content: ""
}

.ti-caret-left-filled:before {
    content: "שׂ"
}

.ti-caret-left-right:before {
    content: "ﱃ"
}

.ti-caret-left-right-filled:before {
    content: "ﴂ"
}

.ti-caret-right:before {
    content: ""
}

.ti-caret-right-filled:before {
    content: "שּׁ"
}

.ti-caret-up:before {
    content: ""
}

.ti-caret-up-down:before {
    content: "ﱄ"
}

.ti-caret-up-down-filled:before {
    content: "ﴃ"
}

.ti-caret-up-filled:before {
    content: "שּׂ"
}

.ti-carousel-horizontal:before {
    content: ""
}

.ti-carousel-horizontal-filled:before {
    content: "朗"
}

.ti-carousel-vertical:before {
    content: ""
}

.ti-carousel-vertical-filled:before {
    content: "望"
}

.ti-carrot:before {
    content: ""
}

.ti-carrot-off:before {
    content: ""
}

.ti-cash:before {
    content: ""
}

.ti-cash-banknote:before {
    content: ""
}

.ti-cash-banknote-edit:before {
    content: "𐅉"
}

.ti-cash-banknote-filled:before {
    content: "ﺀ"
}

.ti-cash-banknote-heart:before {
    content: "𐅈"
}

.ti-cash-banknote-minus:before {
    content: "𐅇"
}

.ti-cash-banknote-move:before {
    content: "𐅅"
}

.ti-cash-banknote-move-back:before {
    content: "𐅆"
}

.ti-cash-banknote-off:before {
    content: ""
}

.ti-cash-banknote-plus:before {
    content: "𐅄"
}

.ti-cash-edit:before {
    content: "𐅃"
}

.ti-cash-heart:before {
    content: "𐅂"
}

.ti-cash-minus:before {
    content: "𐅁"
}

.ti-cash-move:before {
    content: "𐄿"
}

.ti-cash-move-back:before {
    content: "𐅀"
}

.ti-cash-off:before {
    content: ""
}

.ti-cash-plus:before {
    content: "𐄾"
}

.ti-cash-register:before {
    content: "ﻦ"
}

.ti-cast:before {
    content: ""
}

.ti-cast-off:before {
    content: ""
}

.ti-cat:before {
    content: ""
}

.ti-category:before {
    content: ""
}

.ti-category-2:before {
    content: ""
}

.ti-category-filled:before {
    content: "אַ"
}

.ti-category-minus:before {
    content: "ﴠ"
}

.ti-category-plus:before {
    content: "ﴡ"
}

.ti-ce:before {
    content: ""
}

.ti-ce-off:before {
    content: ""
}

.ti-cell:before {
    content: ""
}

.ti-cell-signal-1:before {
    content: ""
}

.ti-cell-signal-2:before {
    content: ""
}

.ti-cell-signal-3:before {
    content: ""
}

.ti-cell-signal-4:before {
    content: ""
}

.ti-cell-signal-5:before {
    content: ""
}

.ti-cell-signal-off:before {
    content: ""
}

.ti-certificate:before {
    content: ""
}

.ti-certificate-2:before {
    content: ""
}

.ti-certificate-2-off:before {
    content: ""
}

.ti-certificate-off:before {
    content: ""
}

.ti-chair-director:before {
    content: ""
}

.ti-chalkboard:before {
    content: ""
}

.ti-chalkboard-off:before {
    content: ""
}

.ti-chalkboard-teacher:before {
    content: "𐅠"
}

.ti-charging-pile:before {
    content: ""
}

.ti-charging-pile-filled:before {
    content: "𐀛"
}

.ti-chart-arcs:before {
    content: ""
}

.ti-chart-arcs-3:before {
    content: ""
}

.ti-chart-area:before {
    content: ""
}

.ti-chart-area-filled:before {
    content: ""
}

.ti-chart-area-line:before {
    content: ""
}

.ti-chart-area-line-filled:before {
    content: ""
}

.ti-chart-arrows:before {
    content: ""
}

.ti-chart-arrows-vertical:before {
    content: ""
}

.ti-chart-bar:before {
    content: ""
}

.ti-chart-bar-off:before {
    content: ""
}

.ti-chart-bar-popular:before {
    content: "ﻷ"
}

.ti-chart-bubble:before {
    content: ""
}

.ti-chart-bubble-filled:before {
    content: ""
}

.ti-chart-candle:before {
    content: ""
}

.ti-chart-candle-filled:before {
    content: ""
}

.ti-chart-circles:before {
    content: ""
}

.ti-chart-cohort:before {
    content: "ﻶ"
}

.ti-chart-column:before {
    content: "ﾥ"
}

.ti-chart-covariate:before {
    content: "ﾤ"
}

.ti-chart-donut:before {
    content: ""
}

.ti-chart-donut-2:before {
    content: ""
}

.ti-chart-donut-3:before {
    content: ""
}

.ti-chart-donut-4:before {
    content: ""
}

.ti-chart-donut-filled:before {
    content: ""
}

.ti-chart-dots:before {
    content: ""
}

.ti-chart-dots-2:before {
    content: ""
}

.ti-chart-dots-2-filled:before {
    content: "𐃝"
}

.ti-chart-dots-3:before {
    content: ""
}

.ti-chart-dots-3-filled:before {
    content: "𐃜"
}

.ti-chart-dots-filled:before {
    content: "ﴄ"
}

.ti-chart-funnel:before {
    content: "ﻵ"
}

.ti-chart-funnel-filled:before {
    content: "𐃛"
}

.ti-chart-grid-dots:before {
    content: ""
}

.ti-chart-grid-dots-filled:before {
    content: "ﴅ"
}

.ti-chart-histogram:before {
    content: ""
}

.ti-chart-infographic:before {
    content: ""
}

.ti-chart-line:before {
    content: ""
}

.ti-chart-pie:before {
    content: ""
}

.ti-chart-pie-2:before {
    content: ""
}

.ti-chart-pie-2-filled:before {
    content: "𐃚"
}

.ti-chart-pie-3:before {
    content: ""
}

.ti-chart-pie-3-filled:before {
    content: "𐃙"
}

.ti-chart-pie-4:before {
    content: ""
}

.ti-chart-pie-4-filled:before {
    content: "𐃘"
}

.ti-chart-pie-filled:before {
    content: ""
}

.ti-chart-pie-off:before {
    content: ""
}

.ti-chart-ppf:before {
    content: ""
}

.ti-chart-radar:before {
    content: ""
}

.ti-chart-sankey:before {
    content: ""
}

.ti-chart-scatter:before {
    content: "ﶓ"
}

.ti-chart-scatter-3d:before {
    content: "ﶒ"
}

.ti-chart-treemap:before {
    content: ""
}

.ti-check:before {
    content: ""
}

.ti-checkbox:before {
    content: ""
}

.ti-checklist:before {
    content: ""
}

.ti-checks:before {
    content: ""
}

.ti-checkup-list:before {
    content: ""
}

.ti-cheese:before {
    content: ""
}

.ti-chef-hat:before {
    content: ""
}

.ti-chef-hat-filled:before {
    content: "𐃗"
}

.ti-chef-hat-off:before {
    content: ""
}

.ti-cherry:before {
    content: ""
}

.ti-cherry-filled:before {
    content: ""
}

.ti-chess:before {
    content: ""
}

.ti-chess-bishop:before {
    content: ""
}

.ti-chess-bishop-filled:before {
    content: ""
}

.ti-chess-filled:before {
    content: ""
}

.ti-chess-king:before {
    content: ""
}

.ti-chess-king-filled:before {
    content: ""
}

.ti-chess-knight:before {
    content: ""
}

.ti-chess-knight-filled:before {
    content: ""
}

.ti-chess-queen:before {
    content: ""
}

.ti-chess-queen-filled:before {
    content: ""
}

.ti-chess-rook:before {
    content: ""
}

.ti-chess-rook-filled:before {
    content: ""
}

.ti-chevron-compact-down:before {
    content: "﫰"
}

.ti-chevron-compact-left:before {
    content: "﫱"
}

.ti-chevron-compact-right:before {
    content: "﫲"
}

.ti-chevron-compact-up:before {
    content: "﫳"
}

.ti-chevron-down:before {
    content: ""
}

.ti-chevron-down-left:before {
    content: ""
}

.ti-chevron-down-right:before {
    content: ""
}

.ti-chevron-left:before {
    content: ""
}

.ti-chevron-left-pipe:before {
    content: "﫤"
}

.ti-chevron-right:before {
    content: ""
}

.ti-chevron-right-pipe:before {
    content: "﫥"
}

.ti-chevron-up:before {
    content: ""
}

.ti-chevron-up-left:before {
    content: ""
}

.ti-chevron-up-right:before {
    content: ""
}

.ti-chevrons-down:before {
    content: ""
}

.ti-chevrons-down-left:before {
    content: ""
}

.ti-chevrons-down-right:before {
    content: ""
}

.ti-chevrons-left:before {
    content: ""
}

.ti-chevrons-right:before {
    content: ""
}

.ti-chevrons-up:before {
    content: ""
}

.ti-chevrons-up-left:before {
    content: ""
}

.ti-chevrons-up-right:before {
    content: ""
}

.ti-chisel:before {
    content: ""
}

.ti-christmas-ball:before {
    content: "ﴱ"
}

.ti-christmas-tree:before {
    content: ""
}

.ti-christmas-tree-filled:before {
    content: "𐀚"
}

.ti-christmas-tree-off:before {
    content: ""
}

.ti-circle:before {
    content: ""
}

.ti-circle-arrow-down:before {
    content: ""
}

.ti-circle-arrow-down-filled:before {
    content: ""
}

.ti-circle-arrow-down-left:before {
    content: ""
}

.ti-circle-arrow-down-left-filled:before {
    content: ""
}

.ti-circle-arrow-down-right:before {
    content: ""
}

.ti-circle-arrow-down-right-filled:before {
    content: ""
}

.ti-circle-arrow-left:before {
    content: ""
}

.ti-circle-arrow-left-filled:before {
    content: ""
}

.ti-circle-arrow-right:before {
    content: ""
}

.ti-circle-arrow-right-filled:before {
    content: ""
}

.ti-circle-arrow-up:before {
    content: ""
}

.ti-circle-arrow-up-filled:before {
    content: ""
}

.ti-circle-arrow-up-left:before {
    content: ""
}

.ti-circle-arrow-up-left-filled:before {
    content: ""
}

.ti-circle-arrow-up-right:before {
    content: ""
}

.ti-circle-arrow-up-right-filled:before {
    content: ""
}

.ti-circle-caret-down:before {
    content: ""
}

.ti-circle-caret-down-filled:before {
    content: "𐃖"
}

.ti-circle-caret-left:before {
    content: ""
}

.ti-circle-caret-left-filled:before {
    content: "𐃕"
}

.ti-circle-caret-right:before {
    content: ""
}

.ti-circle-caret-right-filled:before {
    content: "𐃔"
}

.ti-circle-caret-up:before {
    content: ""
}

.ti-circle-caret-up-filled:before {
    content: "𐃓"
}

.ti-circle-check:before {
    content: ""
}

.ti-circle-check-filled:before {
    content: ""
}

.ti-circle-chevron-down:before {
    content: ""
}

.ti-circle-chevron-down-filled:before {
    content: "𐃒"
}

.ti-circle-chevron-left:before {
    content: ""
}

.ti-circle-chevron-left-filled:before {
    content: "𐃑"
}

.ti-circle-chevron-right:before {
    content: ""
}

.ti-circle-chevron-right-filled:before {
    content: "𐃐"
}

.ti-circle-chevron-up:before {
    content: ""
}

.ti-circle-chevron-up-filled:before {
    content: "𐃏"
}

.ti-circle-chevrons-down:before {
    content: ""
}

.ti-circle-chevrons-down-filled:before {
    content: "𐃯"
}

.ti-circle-chevrons-left:before {
    content: ""
}

.ti-circle-chevrons-left-filled:before {
    content: "𐃮"
}

.ti-circle-chevrons-right:before {
    content: ""
}

.ti-circle-chevrons-right-filled:before {
    content: "𐃭"
}

.ti-circle-chevrons-up:before {
    content: ""
}

.ti-circle-chevrons-up-filled:before {
    content: "𐃬"
}

.ti-circle-dashed:before {
    content: ""
}

.ti-circle-dashed-check:before {
    content: "ﺸ"
}

.ti-circle-dashed-letter-a:before {
    content: "ﾚ"
}

.ti-circle-dashed-letter-b:before {
    content: "ﾙ"
}

.ti-circle-dashed-letter-c:before {
    content: "ﾘ"
}

.ti-circle-dashed-letter-d:before {
    content: "ﾗ"
}

.ti-circle-dashed-letter-e:before {
    content: "ﾖ"
}

.ti-circle-dashed-letter-f:before {
    content: "ﾕ"
}

.ti-circle-dashed-letter-g:before {
    content: "ﾔ"
}

.ti-circle-dashed-letter-h:before {
    content: "ﾓ"
}

.ti-circle-dashed-letter-i:before {
    content: "ﾒ"
}

.ti-circle-dashed-letter-j:before {
    content: "ﾑ"
}

.ti-circle-dashed-letter-k:before {
    content: "ﾐ"
}

.ti-circle-dashed-letter-l:before {
    content: "ﾏ"
}

.ti-circle-dashed-letter-m:before {
    content: "ﾍ"
}

.ti-circle-dashed-letter-n:before {
    content: "ﾌ"
}

.ti-circle-dashed-letter-o:before {
    content: "ﾋ"
}

.ti-circle-dashed-letter-p:before {
    content: "ﾊ"
}

.ti-circle-dashed-letter-q:before {
    content: "ﾉ"
}

.ti-circle-dashed-letter-r:before {
    content: "ﾈ"
}

.ti-circle-dashed-letter-s:before {
    content: "ﾇ"
}

.ti-circle-dashed-letter-t:before {
    content: "ﾆ"
}

.ti-circle-dashed-letter-u:before {
    content: "ﾅ"
}

.ti-circle-dashed-letter-v:before {
    content: "ﾄ"
}

.ti-circle-dashed-letter-w:before {
    content: "ﾃ"
}

.ti-circle-dashed-letter-x:before {
    content: "ﾂ"
}

.ti-circle-dashed-letter-y:before {
    content: "ﾁ"
}

.ti-circle-dashed-letter-z:before {
    content: "ﾀ"
}

.ti-circle-dashed-minus:before {
    content: "ﺷ"
}

.ti-circle-dashed-number-0:before {
    content: "ﱫ"
}

.ti-circle-dashed-number-1:before {
    content: "ﱬ"
}

.ti-circle-dashed-number-2:before {
    content: "ﱭ"
}

.ti-circle-dashed-number-3:before {
    content: "ﱮ"
}

.ti-circle-dashed-number-4:before {
    content: "ﱯ"
}

.ti-circle-dashed-number-5:before {
    content: "ﱰ"
}

.ti-circle-dashed-number-6:before {
    content: "ﱱ"
}

.ti-circle-dashed-number-7:before {
    content: "ﱲ"
}

.ti-circle-dashed-number-8:before {
    content: "ﱳ"
}

.ti-circle-dashed-number-9:before {
    content: "ﱴ"
}

.ti-circle-dashed-percentage:before {
    content: "ﵺ"
}

.ti-circle-dashed-plus:before {
    content: "ﺶ"
}

.ti-circle-dashed-x:before {
    content: "ﱵ"
}

.ti-circle-dot:before {
    content: ""
}

.ti-circle-dot-filled:before {
    content: ""
}

.ti-circle-dotted:before {
    content: ""
}

.ti-circle-dotted-letter-a:before {
    content: "ｿ"
}

.ti-circle-dotted-letter-b:before {
    content: "ｾ"
}

.ti-circle-dotted-letter-c:before {
    content: "ｽ"
}

.ti-circle-dotted-letter-d:before {
    content: "ｼ"
}

.ti-circle-dotted-letter-e:before {
    content: "ｻ"
}

.ti-circle-dotted-letter-f:before {
    content: "ｺ"
}

.ti-circle-dotted-letter-g:before {
    content: "ｹ"
}

.ti-circle-dotted-letter-h:before {
    content: "ｸ"
}

.ti-circle-dotted-letter-i:before {
    content: "ｷ"
}

.ti-circle-dotted-letter-j:before {
    content: "ｶ"
}

.ti-circle-dotted-letter-k:before {
    content: "ｵ"
}

.ti-circle-dotted-letter-l:before {
    content: "ｴ"
}

.ti-circle-dotted-letter-m:before {
    content: "ｳ"
}

.ti-circle-dotted-letter-n:before {
    content: "ｲ"
}

.ti-circle-dotted-letter-o:before {
    content: "ｱ"
}

.ti-circle-dotted-letter-p:before {
    content: "ｰ"
}

.ti-circle-dotted-letter-q:before {
    content: "ｯ"
}

.ti-circle-dotted-letter-r:before {
    content: "ｮ"
}

.ti-circle-dotted-letter-s:before {
    content: "ｭ"
}

.ti-circle-dotted-letter-t:before {
    content: "ｬ"
}

.ti-circle-dotted-letter-u:before {
    content: "ｫ"
}

.ti-circle-dotted-letter-v:before {
    content: "ｪ"
}

.ti-circle-dotted-letter-w:before {
    content: "ｩ"
}

.ti-circle-dotted-letter-x:before {
    content: "ｨ"
}

.ti-circle-dotted-letter-y:before {
    content: "ｧ"
}

.ti-circle-dotted-letter-z:before {
    content: "ｦ"
}

.ti-circle-filled:before {
    content: ""
}

.ti-circle-half:before {
    content: ""
}

.ti-circle-half-2:before {
    content: ""
}

.ti-circle-half-vertical:before {
    content: ""
}

.ti-circle-key:before {
    content: ""
}

.ti-circle-key-filled:before {
    content: ""
}

.ti-circle-letter-a:before {
    content: ""
}

.ti-circle-letter-a-filled:before {
    content: "ﹿ"
}

.ti-circle-letter-b:before {
    content: ""
}

.ti-circle-letter-b-filled:before {
    content: "ﹾ"
}

.ti-circle-letter-c:before {
    content: ""
}

.ti-circle-letter-c-filled:before {
    content: "ﹽ"
}

.ti-circle-letter-d:before {
    content: ""
}

.ti-circle-letter-d-filled:before {
    content: "ﹼ"
}

.ti-circle-letter-e:before {
    content: ""
}

.ti-circle-letter-e-filled:before {
    content: "ﹻ"
}

.ti-circle-letter-f:before {
    content: ""
}

.ti-circle-letter-f-filled:before {
    content: "ﹺ"
}

.ti-circle-letter-g:before {
    content: ""
}

.ti-circle-letter-g-filled:before {
    content: "ﹹ"
}

.ti-circle-letter-h:before {
    content: ""
}

.ti-circle-letter-h-filled:before {
    content: "ﹸ"
}

.ti-circle-letter-i:before {
    content: ""
}

.ti-circle-letter-i-filled:before {
    content: "ﹷ"
}

.ti-circle-letter-j:before {
    content: ""
}

.ti-circle-letter-j-filled:before {
    content: "ﹶ"
}

.ti-circle-letter-k:before {
    content: ""
}

.ti-circle-letter-k-filled:before {
    content: "﹵"
}

.ti-circle-letter-l:before {
    content: ""
}

.ti-circle-letter-l-filled:before {
    content: "ﹴ"
}

.ti-circle-letter-m:before {
    content: ""
}

.ti-circle-letter-m-filled:before {
    content: "ﹳ"
}

.ti-circle-letter-n:before {
    content: ""
}

.ti-circle-letter-n-filled:before {
    content: "ﹲ"
}

.ti-circle-letter-o:before {
    content: ""
}

.ti-circle-letter-o-filled:before {
    content: "ﹱ"
}

.ti-circle-letter-p:before {
    content: ""
}

.ti-circle-letter-p-filled:before {
    content: "ﹰ"
}

.ti-circle-letter-q:before {
    content: ""
}

.ti-circle-letter-q-filled:before {
    content: "﹯"
}

.ti-circle-letter-r:before {
    content: ""
}

.ti-circle-letter-r-filled:before {
    content: "﹮"
}

.ti-circle-letter-s:before {
    content: ""
}

.ti-circle-letter-s-filled:before {
    content: "﹭"
}

.ti-circle-letter-t:before {
    content: ""
}

.ti-circle-letter-t-filled:before {
    content: "﹬"
}

.ti-circle-letter-u:before {
    content: ""
}

.ti-circle-letter-u-filled:before {
    content: "﹫"
}

.ti-circle-letter-v:before {
    content: ""
}

.ti-circle-letter-v-filled:before {
    content: "﹪"
}

.ti-circle-letter-w:before {
    content: ""
}

.ti-circle-letter-w-filled:before {
    content: "﹩"
}

.ti-circle-letter-x:before {
    content: ""
}

.ti-circle-letter-x-filled:before {
    content: "﹨"
}

.ti-circle-letter-y:before {
    content: ""
}

.ti-circle-letter-y-filled:before {
    content: "﹧"
}

.ti-circle-letter-z:before {
    content: ""
}

.ti-circle-letter-z-filled:before {
    content: "﹦"
}

.ti-circle-minus:before {
    content: ""
}

.ti-circle-minus-2:before {
    content: "ﲌ"
}

.ti-circle-number-0:before {
    content: ""
}

.ti-circle-number-0-filled:before {
    content: ""
}

.ti-circle-number-1:before {
    content: ""
}

.ti-circle-number-1-filled:before {
    content: ""
}

.ti-circle-number-2:before {
    content: ""
}

.ti-circle-number-2-filled:before {
    content: ""
}

.ti-circle-number-3:before {
    content: ""
}

.ti-circle-number-3-filled:before {
    content: ""
}

.ti-circle-number-4:before {
    content: ""
}

.ti-circle-number-4-filled:before {
    content: ""
}

.ti-circle-number-5:before {
    content: ""
}

.ti-circle-number-5-filled:before {
    content: ""
}

.ti-circle-number-6:before {
    content: ""
}

.ti-circle-number-6-filled:before {
    content: ""
}

.ti-circle-number-7:before {
    content: ""
}

.ti-circle-number-7-filled:before {
    content: ""
}

.ti-circle-number-8:before {
    content: ""
}

.ti-circle-number-8-filled:before {
    content: ""
}

.ti-circle-number-9:before {
    content: ""
}

.ti-circle-number-9-filled:before {
    content: ""
}

.ti-circle-off:before {
    content: ""
}

.ti-circle-percentage:before {
    content: "ﵻ"
}

.ti-circle-percentage-filled:before {
    content: "ﻕ"
}

.ti-circle-plus:before {
    content: ""
}

.ti-circle-plus-2:before {
    content: "ﲍ"
}

.ti-circle-plus-filled:before {
    content: "ﻹ"
}

.ti-circle-rectangle:before {
    content: ""
}

.ti-circle-rectangle-filled:before {
    content: "｣"
}

.ti-circle-rectangle-off:before {
    content: ""
}

.ti-circle-square:before {
    content: ""
}

.ti-circle-triangle:before {
    content: ""
}

.ti-circle-x:before {
    content: ""
}

.ti-circle-x-filled:before {
    content: ""
}

.ti-circles:before {
    content: ""
}

.ti-circles-filled:before {
    content: ""
}

.ti-circles-relation:before {
    content: ""
}

.ti-circuit-ammeter:before {
    content: ""
}

.ti-circuit-battery:before {
    content: ""
}

.ti-circuit-bulb:before {
    content: ""
}

.ti-circuit-capacitor:before {
    content: ""
}

.ti-circuit-capacitor-polarized:before {
    content: ""
}

.ti-circuit-cell:before {
    content: ""
}

.ti-circuit-cell-plus:before {
    content: ""
}

.ti-circuit-changeover:before {
    content: ""
}

.ti-circuit-diode:before {
    content: ""
}

.ti-circuit-diode-zener:before {
    content: ""
}

.ti-circuit-ground:before {
    content: ""
}

.ti-circuit-ground-digital:before {
    content: ""
}

.ti-circuit-inductor:before {
    content: ""
}

.ti-circuit-motor:before {
    content: ""
}

.ti-circuit-pushbutton:before {
    content: ""
}

.ti-circuit-resistor:before {
    content: ""
}

.ti-circuit-switch-closed:before {
    content: ""
}

.ti-circuit-switch-open:before {
    content: ""
}

.ti-circuit-voltmeter:before {
    content: ""
}

.ti-clear-all:before {
    content: ""
}

.ti-clear-formatting:before {
    content: ""
}

.ti-click:before {
    content: ""
}

.ti-cliff-jumping:before {
    content: "ﻼ"
}

.ti-clipboard:before {
    content: ""
}

.ti-clipboard-check:before {
    content: ""
}

.ti-clipboard-check-filled:before {
    content: "𐃎"
}

.ti-clipboard-copy:before {
    content: ""
}

.ti-clipboard-data:before {
    content: ""
}

.ti-clipboard-data-filled:before {
    content: "𐃫"
}

.ti-clipboard-filled:before {
    content: "𐃌"
}

.ti-clipboard-heart:before {
    content: ""
}

.ti-clipboard-list:before {
    content: ""
}

.ti-clipboard-list-filled:before {
    content: "𐃪"
}

.ti-clipboard-off:before {
    content: ""
}

.ti-clipboard-plus:before {
    content: ""
}

.ti-clipboard-plus-filled:before {
    content: "𐅶"
}

.ti-clipboard-search:before {
    content: "𐂘"
}

.ti-clipboard-smile:before {
    content: "ﶚ"
}

.ti-clipboard-smile-filled:before {
    content: "𐅵"
}

.ti-clipboard-text:before {
    content: ""
}

.ti-clipboard-text-filled:before {
    content: "𐃩"
}

.ti-clipboard-typography:before {
    content: ""
}

.ti-clipboard-typography-filled:before {
    content: "𐃨"
}

.ti-clipboard-x:before {
    content: ""
}

.ti-clipboard-x-filled:before {
    content: "𐃍"
}

.ti-clock:before {
    content: ""
}

.ti-clock-12:before {
    content: "ﱖ"
}

.ti-clock-2:before {
    content: ""
}

.ti-clock-24:before {
    content: "ﱗ"
}

.ti-clock-bitcoin:before {
    content: "＿"
}

.ti-clock-bolt:before {
    content: ""
}

.ti-clock-cancel:before {
    content: ""
}

.ti-clock-check:before {
    content: ""
}

.ti-clock-code:before {
    content: ""
}

.ti-clock-cog:before {
    content: ""
}

.ti-clock-dollar:before {
    content: ""
}

.ti-clock-down:before {
    content: ""
}

.ti-clock-edit:before {
    content: ""
}

.ti-clock-exclamation:before {
    content: ""
}

.ti-clock-filled:before {
    content: ""
}

.ti-clock-heart:before {
    content: ""
}

.ti-clock-hour-1:before {
    content: ""
}

.ti-clock-hour-1-filled:before {
    content: "﹥"
}

.ti-clock-hour-10:before {
    content: ""
}

.ti-clock-hour-10-filled:before {
    content: "﹤"
}

.ti-clock-hour-11:before {
    content: ""
}

.ti-clock-hour-11-filled:before {
    content: "﹣"
}

.ti-clock-hour-12:before {
    content: ""
}

.ti-clock-hour-12-filled:before {
    content: "﹢"
}

.ti-clock-hour-2:before {
    content: ""
}

.ti-clock-hour-2-filled:before {
    content: "﹡"
}

.ti-clock-hour-3:before {
    content: ""
}

.ti-clock-hour-3-filled:before {
    content: "﹠"
}

.ti-clock-hour-4:before {
    content: ""
}

.ti-clock-hour-4-filled:before {
    content: "﹟"
}

.ti-clock-hour-5:before {
    content: ""
}

.ti-clock-hour-5-filled:before {
    content: "﹞"
}

.ti-clock-hour-6:before {
    content: ""
}

.ti-clock-hour-6-filled:before {
    content: "﹝"
}

.ti-clock-hour-7:before {
    content: ""
}

.ti-clock-hour-7-filled:before {
    content: "﹜"
}

.ti-clock-hour-8:before {
    content: ""
}

.ti-clock-hour-8-filled:before {
    content: "﹛"
}

.ti-clock-hour-9:before {
    content: ""
}

.ti-clock-hour-9-filled:before {
    content: "﹚"
}

.ti-clock-minus:before {
    content: ""
}

.ti-clock-off:before {
    content: ""
}

.ti-clock-pause:before {
    content: ""
}

.ti-clock-pin:before {
    content: ""
}

.ti-clock-play:before {
    content: ""
}

.ti-clock-plus:before {
    content: ""
}

.ti-clock-question:before {
    content: ""
}

.ti-clock-record:before {
    content: ""
}

.ti-clock-search:before {
    content: ""
}

.ti-clock-share:before {
    content: ""
}

.ti-clock-shield:before {
    content: ""
}

.ti-clock-star:before {
    content: ""
}

.ti-clock-stop:before {
    content: ""
}

.ti-clock-up:before {
    content: ""
}

.ti-clock-x:before {
    content: ""
}

.ti-clothes-rack:before {
    content: ""
}

.ti-clothes-rack-off:before {
    content: ""
}

.ti-cloud:before {
    content: ""
}

.ti-cloud-bitcoin:before {
    content: "＾"
}

.ti-cloud-bolt:before {
    content: ""
}

.ti-cloud-cancel:before {
    content: ""
}

.ti-cloud-check:before {
    content: ""
}

.ti-cloud-code:before {
    content: ""
}

.ti-cloud-cog:before {
    content: ""
}

.ti-cloud-computing:before {
    content: ""
}

.ti-cloud-computing-filled:before {
    content: "𐄍"
}

.ti-cloud-data-connection:before {
    content: ""
}

.ti-cloud-data-connection-filled:before {
    content: "𐄌"
}

.ti-cloud-dollar:before {
    content: ""
}

.ti-cloud-down:before {
    content: ""
}

.ti-cloud-download:before {
    content: ""
}

.ti-cloud-exclamation:before {
    content: ""
}

.ti-cloud-filled:before {
    content: ""
}

.ti-cloud-fog:before {
    content: ""
}

.ti-cloud-heart:before {
    content: ""
}

.ti-cloud-lock:before {
    content: ""
}

.ti-cloud-lock-open:before {
    content: ""
}

.ti-cloud-minus:before {
    content: ""
}

.ti-cloud-network:before {
    content: "ﱸ"
}

.ti-cloud-off:before {
    content: ""
}

.ti-cloud-pause:before {
    content: ""
}

.ti-cloud-pin:before {
    content: ""
}

.ti-cloud-plus:before {
    content: ""
}

.ti-cloud-question:before {
    content: ""
}

.ti-cloud-rain:before {
    content: ""
}

.ti-cloud-search:before {
    content: ""
}

.ti-cloud-share:before {
    content: ""
}

.ti-cloud-snow:before {
    content: ""
}

.ti-cloud-star:before {
    content: ""
}

.ti-cloud-storm:before {
    content: ""
}

.ti-cloud-up:before {
    content: ""
}

.ti-cloud-upload:before {
    content: ""
}

.ti-cloud-x:before {
    content: ""
}

.ti-clover:before {
    content: ""
}

.ti-clover-2:before {
    content: ""
}

.ti-clover-filled:before {
    content: "𐀓"
}

.ti-clubs:before {
    content: ""
}

.ti-clubs-filled:before {
    content: ""
}

.ti-code:before {
    content: ""
}

.ti-code-asterisk:before {
    content: ""
}

.ti-code-circle:before {
    content: ""
}

.ti-code-circle-2:before {
    content: ""
}

.ti-code-circle-2-filled:before {
    content: "ﻔ"
}

.ti-code-circle-filled:before {
    content: "ﻓ"
}

.ti-code-dots:before {
    content: ""
}

.ti-code-minus:before {
    content: ""
}

.ti-code-off:before {
    content: ""
}

.ti-code-plus:before {
    content: ""
}

.ti-code-variable:before {
    content: "𐂫"
}

.ti-code-variable-minus:before {
    content: "𐂭"
}

.ti-code-variable-plus:before {
    content: "𐂬"
}

.ti-coffee:before {
    content: ""
}

.ti-coffee-off:before {
    content: ""
}

.ti-coffin:before {
    content: ""
}

.ti-coin:before {
    content: ""
}

.ti-coin-bitcoin:before {
    content: ""
}

.ti-coin-bitcoin-filled:before {
    content: "ﴆ"
}

.ti-coin-euro:before {
    content: ""
}

.ti-coin-euro-filled:before {
    content: "ﴇ"
}

.ti-coin-filled:before {
    content: "ﴈ"
}

.ti-coin-monero:before {
    content: ""
}

.ti-coin-monero-filled:before {
    content: "ﴉ"
}

.ti-coin-off:before {
    content: ""
}

.ti-coin-pound:before {
    content: ""
}

.ti-coin-pound-filled:before {
    content: "ﴊ"
}

.ti-coin-rupee:before {
    content: ""
}

.ti-coin-rupee-filled:before {
    content: "ﴋ"
}

.ti-coin-taka:before {
    content: "ﴍ"
}

.ti-coin-taka-filled:before {
    content: "ﴌ"
}

.ti-coin-yen:before {
    content: ""
}

.ti-coin-yen-filled:before {
    content: "ﴎ"
}

.ti-coin-yuan:before {
    content: ""
}

.ti-coin-yuan-filled:before {
    content: "ﴏ"
}

.ti-coins:before {
    content: ""
}

.ti-color-filter:before {
    content: ""
}

.ti-color-picker:before {
    content: ""
}

.ti-color-picker-off:before {
    content: ""
}

.ti-color-swatch:before {
    content: ""
}

.ti-color-swatch-off:before {
    content: ""
}

.ti-column-insert-left:before {
    content: ""
}

.ti-column-insert-right:before {
    content: ""
}

.ti-column-remove:before {
    content: "﫴"
}

.ti-columns:before {
    content: ""
}

.ti-columns-1:before {
    content: ""
}

.ti-columns-2:before {
    content: ""
}

.ti-columns-3:before {
    content: ""
}

.ti-columns-off:before {
    content: ""
}

.ti-comet:before {
    content: ""
}

.ti-command:before {
    content: ""
}

.ti-command-off:before {
    content: ""
}

.ti-compass:before {
    content: ""
}

.ti-compass-filled:before {
    content: "ﴐ"
}

.ti-compass-off:before {
    content: ""
}

.ti-components:before {
    content: ""
}

.ti-components-off:before {
    content: ""
}

.ti-cone:before {
    content: ""
}

.ti-cone-2:before {
    content: ""
}

.ti-cone-2-filled:before {
    content: "﹙"
}

.ti-cone-filled:before {
    content: "﹘"
}

.ti-cone-off:before {
    content: ""
}

.ti-cone-plus:before {
    content: "杖"
}

.ti-confetti:before {
    content: ""
}

.ti-confetti-off:before {
    content: ""
}

.ti-confucius:before {
    content: ""
}

.ti-congruent-to:before {
    content: "ﾣ"
}

.ti-container:before {
    content: ""
}

.ti-container-off:before {
    content: ""
}

.ti-contract:before {
    content: "ﻻ"
}

.ti-contrast:before {
    content: ""
}

.ti-contrast-2:before {
    content: ""
}

.ti-contrast-2-filled:before {
    content: "﹗"
}

.ti-contrast-2-off:before {
    content: ""
}

.ti-contrast-filled:before {
    content: "﹖"
}

.ti-contrast-off:before {
    content: ""
}

.ti-cooker:before {
    content: ""
}

.ti-cookie:before {
    content: "ﶱ"
}

.ti-cookie-filled:before {
    content: "﹔"
}

.ti-cookie-man:before {
    content: "ﶲ"
}

.ti-cookie-man-filled:before {
    content: "﹕"
}

.ti-cookie-off:before {
    content: ""
}

.ti-copy:before {
    content: ""
}

.ti-copy-check:before {
    content: "ﶰ"
}

.ti-copy-check-filled:before {
    content: "﹓"
}

.ti-copy-minus:before {
    content: "ﶯ"
}

.ti-copy-minus-filled:before {
    content: "﹒"
}

.ti-copy-off:before {
    content: ""
}

.ti-copy-plus:before {
    content: "ﶮ"
}

.ti-copy-plus-filled:before {
    content: "﹑"
}

.ti-copy-x:before {
    content: "ﶭ"
}

.ti-copy-x-filled:before {
    content: "﹐"
}

.ti-copyleft:before {
    content: ""
}

.ti-copyleft-filled:before {
    content: ""
}

.ti-copyleft-off:before {
    content: ""
}

.ti-copyright:before {
    content: ""
}

.ti-copyright-filled:before {
    content: ""
}

.ti-copyright-off:before {
    content: ""
}

.ti-corner-down-left:before {
    content: ""
}

.ti-corner-down-left-double:before {
    content: ""
}

.ti-corner-down-right:before {
    content: ""
}

.ti-corner-down-right-double:before {
    content: ""
}

.ti-corner-left-down:before {
    content: ""
}

.ti-corner-left-down-double:before {
    content: ""
}

.ti-corner-left-up:before {
    content: ""
}

.ti-corner-left-up-double:before {
    content: ""
}

.ti-corner-right-down:before {
    content: ""
}

.ti-corner-right-down-double:before {
    content: ""
}

.ti-corner-right-up:before {
    content: ""
}

.ti-corner-right-up-double:before {
    content: ""
}

.ti-corner-up-left:before {
    content: ""
}

.ti-corner-up-left-double:before {
    content: ""
}

.ti-corner-up-right:before {
    content: ""
}

.ti-corner-up-right-double:before {
    content: ""
}

.ti-cpu:before {
    content: ""
}

.ti-cpu-2:before {
    content: ""
}

.ti-cpu-off:before {
    content: ""
}

.ti-crane:before {
    content: ""
}

.ti-crane-off:before {
    content: ""
}

.ti-creative-commons:before {
    content: ""
}

.ti-creative-commons-by:before {
    content: ""
}

.ti-creative-commons-nc:before {
    content: ""
}

.ti-creative-commons-nd:before {
    content: ""
}

.ti-creative-commons-off:before {
    content: ""
}

.ti-creative-commons-sa:before {
    content: ""
}

.ti-creative-commons-zero:before {
    content: ""
}

.ti-credit-card:before {
    content: ""
}

.ti-credit-card-filled:before {
    content: "ﴑ"
}

.ti-credit-card-off:before {
    content: ""
}

.ti-credit-card-pay:before {
    content: "ﴲ"
}

.ti-credit-card-refund:before {
    content: "ﴳ"
}

.ti-cricket:before {
    content: ""
}

.ti-crop:before {
    content: ""
}

.ti-crop-1-1:before {
    content: "ﵐ"
}

.ti-crop-1-1-filled:before {
    content: "﹏"
}

.ti-crop-16-9:before {
    content: "ﵑ"
}

.ti-crop-16-9-filled:before {
    content: "﹎"
}

.ti-crop-3-2:before {
    content: "ﵒ"
}

.ti-crop-3-2-filled:before {
    content: "﹍"
}

.ti-crop-5-4:before {
    content: "ﵓ"
}

.ti-crop-5-4-filled:before {
    content: "﹌"
}

.ti-crop-7-5:before {
    content: "ﵔ"
}

.ti-crop-7-5-filled:before {
    content: "﹋"
}

.ti-crop-landscape:before {
    content: "ﵕ"
}

.ti-crop-landscape-filled:before {
    content: "﹊"
}

.ti-crop-portrait:before {
    content: "ﵖ"
}

.ti-crop-portrait-filled:before {
    content: "﹉"
}

.ti-cross:before {
    content: ""
}

.ti-cross-filled:before {
    content: ""
}

.ti-cross-off:before {
    content: ""
}

.ti-crosshair:before {
    content: ""
}

.ti-crown:before {
    content: ""
}

.ti-crown-off:before {
    content: ""
}

.ti-crutches:before {
    content: ""
}

.ti-crutches-off:before {
    content: ""
}

.ti-crystal-ball:before {
    content: ""
}

.ti-csv:before {
    content: ""
}

.ti-cube:before {
    content: "流"
}

.ti-cube-3d-sphere:before {
    content: ""
}

.ti-cube-3d-sphere-off:before {
    content: ""
}

.ti-cube-off:before {
    content: "歹"
}

.ti-cube-plus:before {
    content: "殺"
}

.ti-cube-send:before {
    content: ""
}

.ti-cube-spark:before {
    content: "ﾻ"
}

.ti-cube-unfolded:before {
    content: ""
}

.ti-cup:before {
    content: ""
}

.ti-cup-off:before {
    content: ""
}

.ti-curling:before {
    content: ""
}

.ti-curly-loop:before {
    content: ""
}

.ti-currency:before {
    content: ""
}

.ti-currency-afghani:before {
    content: ""
}

.ti-currency-bahraini:before {
    content: ""
}

.ti-currency-baht:before {
    content: ""
}

.ti-currency-bitcoin:before {
    content: ""
}

.ti-currency-cent:before {
    content: ""
}

.ti-currency-dinar:before {
    content: ""
}

.ti-currency-dirham:before {
    content: ""
}

.ti-currency-dogecoin:before {
    content: ""
}

.ti-currency-dollar:before {
    content: ""
}

.ti-currency-dollar-australian:before {
    content: ""
}

.ti-currency-dollar-brunei:before {
    content: ""
}

.ti-currency-dollar-canadian:before {
    content: ""
}

.ti-currency-dollar-guyanese:before {
    content: ""
}

.ti-currency-dollar-off:before {
    content: ""
}

.ti-currency-dollar-singapore:before {
    content: ""
}

.ti-currency-dollar-zimbabwean:before {
    content: ""
}

.ti-currency-dong:before {
    content: ""
}

.ti-currency-dram:before {
    content: ""
}

.ti-currency-ethereum:before {
    content: ""
}

.ti-currency-euro:before {
    content: ""
}

.ti-currency-euro-off:before {
    content: ""
}

.ti-currency-florin:before {
    content: "﫵"
}

.ti-currency-forint:before {
    content: ""
}

.ti-currency-frank:before {
    content: ""
}

.ti-currency-guarani:before {
    content: ""
}

.ti-currency-hryvnia:before {
    content: ""
}

.ti-currency-iranian-rial:before {
    content: "縉"
}

.ti-currency-kip:before {
    content: ""
}

.ti-currency-krone-czech:before {
    content: ""
}

.ti-currency-krone-danish:before {
    content: ""
}

.ti-currency-krone-swedish:before {
    content: ""
}

.ti-currency-lari:before {
    content: ""
}

.ti-currency-leu:before {
    content: ""
}

.ti-currency-lira:before {
    content: ""
}

.ti-currency-litecoin:before {
    content: ""
}

.ti-currency-lyd:before {
    content: ""
}

.ti-currency-manat:before {
    content: ""
}

.ti-currency-monero:before {
    content: ""
}

.ti-currency-naira:before {
    content: ""
}

.ti-currency-nano:before {
    content: ""
}

.ti-currency-off:before {
    content: ""
}

.ti-currency-paanga:before {
    content: ""
}

.ti-currency-peso:before {
    content: ""
}

.ti-currency-pound:before {
    content: ""
}

.ti-currency-pound-off:before {
    content: ""
}

.ti-currency-quetzal:before {
    content: ""
}

.ti-currency-real:before {
    content: ""
}

.ti-currency-renminbi:before {
    content: ""
}

.ti-currency-ripple:before {
    content: ""
}

.ti-currency-riyal:before {
    content: ""
}

.ti-currency-rubel:before {
    content: ""
}

.ti-currency-rufiyaa:before {
    content: ""
}

.ti-currency-rupee:before {
    content: ""
}

.ti-currency-rupee-nepalese:before {
    content: ""
}

.ti-currency-shekel:before {
    content: ""
}

.ti-currency-solana:before {
    content: ""
}

.ti-currency-som:before {
    content: ""
}

.ti-currency-taka:before {
    content: ""
}

.ti-currency-tenge:before {
    content: ""
}

.ti-currency-tugrik:before {
    content: ""
}

.ti-currency-won:before {
    content: ""
}

.ti-currency-xrp:before {
    content: "ﴴ"
}

.ti-currency-yen:before {
    content: ""
}

.ti-currency-yen-off:before {
    content: ""
}

.ti-currency-yuan:before {
    content: ""
}

.ti-currency-zloty:before {
    content: ""
}

.ti-current-location:before {
    content: ""
}

.ti-current-location-filled:before {
    content: "𐄥"
}

.ti-current-location-off:before {
    content: ""
}

.ti-cursor-off:before {
    content: ""
}

.ti-cursor-text:before {
    content: ""
}

.ti-cut:before {
    content: ""
}

.ti-cylinder:before {
    content: ""
}

.ti-cylinder-off:before {
    content: "滛"
}

.ti-cylinder-plus:before {
    content: "滋"
}

.ti-dashboard:before {
    content: ""
}

.ti-dashboard-filled:before {
    content: "𐀙"
}

.ti-dashboard-off:before {
    content: ""
}

.ti-database:before {
    content: ""
}

.ti-database-cog:before {
    content: "塚"
}

.ti-database-dollar:before {
    content: "﨑"
}

.ti-database-edit:before {
    content: "晴"
}

.ti-database-exclamation:before {
    content: "﨓"
}

.ti-database-export:before {
    content: ""
}

.ti-database-heart:before {
    content: "﨔"
}

.ti-database-import:before {
    content: ""
}

.ti-database-leak:before {
    content: "凞"
}

.ti-database-minus:before {
    content: "猪"
}

.ti-database-off:before {
    content: ""
}

.ti-database-plus:before {
    content: "益"
}

.ti-database-search:before {
    content: "礼"
}

.ti-database-share:before {
    content: "神"
}

.ti-database-smile:before {
    content: "ﶛ"
}

.ti-database-star:before {
    content: "祥"
}

.ti-database-x:before {
    content: "福"
}

.ti-decimal:before {
    content: "都"
}

.ti-deer:before {
    content: ""
}

.ti-delta:before {
    content: ""
}

.ti-dental:before {
    content: ""
}

.ti-dental-broken:before {
    content: ""
}

.ti-dental-off:before {
    content: ""
}

.ti-deselect:before {
    content: "麟"
}

.ti-desk:before {
    content: "ﴵ"
}

.ti-details:before {
    content: ""
}

.ti-details-off:before {
    content: ""
}

.ti-device-airpods:before {
    content: ""
}

.ti-device-airpods-case:before {
    content: ""
}

.ti-device-airtag:before {
    content: "﫦"
}

.ti-device-analytics:before {
    content: ""
}

.ti-device-audio-tape:before {
    content: ""
}

.ti-device-camera-phone:before {
    content: ""
}

.ti-device-cctv:before {
    content: ""
}

.ti-device-cctv-filled:before {
    content: "𐁋"
}

.ti-device-cctv-off:before {
    content: ""
}

.ti-device-computer-camera:before {
    content: ""
}

.ti-device-computer-camera-off:before {
    content: ""
}

.ti-device-desktop:before {
    content: ""
}

.ti-device-desktop-analytics:before {
    content: ""
}

.ti-device-desktop-bolt:before {
    content: ""
}

.ti-device-desktop-cancel:before {
    content: ""
}

.ti-device-desktop-check:before {
    content: ""
}

.ti-device-desktop-code:before {
    content: ""
}

.ti-device-desktop-cog:before {
    content: ""
}

.ti-device-desktop-dollar:before {
    content: ""
}

.ti-device-desktop-down:before {
    content: ""
}

.ti-device-desktop-exclamation:before {
    content: ""
}

.ti-device-desktop-filled:before {
    content: "𐁊"
}

.ti-device-desktop-heart:before {
    content: ""
}

.ti-device-desktop-minus:before {
    content: ""
}

.ti-device-desktop-off:before {
    content: ""
}

.ti-device-desktop-pause:before {
    content: ""
}

.ti-device-desktop-pin:before {
    content: ""
}

.ti-device-desktop-plus:before {
    content: ""
}

.ti-device-desktop-question:before {
    content: ""
}

.ti-device-desktop-search:before {
    content: ""
}

.ti-device-desktop-share:before {
    content: ""
}

.ti-device-desktop-star:before {
    content: ""
}

.ti-device-desktop-up:before {
    content: ""
}

.ti-device-desktop-x:before {
    content: ""
}

.ti-device-floppy:before {
    content: ""
}

.ti-device-gamepad:before {
    content: ""
}

.ti-device-gamepad-2:before {
    content: ""
}

.ti-device-gamepad-3:before {
    content: "ﱘ"
}

.ti-device-gamepad-3-filled:before {
    content: "𐁉"
}

.ti-device-heart-monitor:before {
    content: ""
}

.ti-device-heart-monitor-filled:before {
    content: "器"
}

.ti-device-imac:before {
    content: ""
}

.ti-device-imac-bolt:before {
    content: ""
}

.ti-device-imac-cancel:before {
    content: ""
}

.ti-device-imac-check:before {
    content: ""
}

.ti-device-imac-code:before {
    content: ""
}

.ti-device-imac-cog:before {
    content: ""
}

.ti-device-imac-dollar:before {
    content: ""
}

.ti-device-imac-down:before {
    content: ""
}

.ti-device-imac-exclamation:before {
    content: ""
}

.ti-device-imac-filled:before {
    content: "𐁈"
}

.ti-device-imac-heart:before {
    content: ""
}

.ti-device-imac-minus:before {
    content: ""
}

.ti-device-imac-off:before {
    content: ""
}

.ti-device-imac-pause:before {
    content: ""
}

.ti-device-imac-pin:before {
    content: ""
}

.ti-device-imac-plus:before {
    content: ""
}

.ti-device-imac-question:before {
    content: ""
}

.ti-device-imac-search:before {
    content: ""
}

.ti-device-imac-share:before {
    content: ""
}

.ti-device-imac-star:before {
    content: ""
}

.ti-device-imac-up:before {
    content: ""
}

.ti-device-imac-x:before {
    content: ""
}

.ti-device-ipad:before {
    content: ""
}

.ti-device-ipad-bolt:before {
    content: ""
}

.ti-device-ipad-cancel:before {
    content: ""
}

.ti-device-ipad-check:before {
    content: ""
}

.ti-device-ipad-code:before {
    content: ""
}

.ti-device-ipad-cog:before {
    content: ""
}

.ti-device-ipad-dollar:before {
    content: ""
}

.ti-device-ipad-down:before {
    content: ""
}

.ti-device-ipad-exclamation:before {
    content: ""
}

.ti-device-ipad-filled:before {
    content: "𐁇"
}

.ti-device-ipad-heart:before {
    content: ""
}

.ti-device-ipad-horizontal:before {
    content: ""
}

.ti-device-ipad-horizontal-bolt:before {
    content: ""
}

.ti-device-ipad-horizontal-cancel:before {
    content: ""
}

.ti-device-ipad-horizontal-check:before {
    content: ""
}

.ti-device-ipad-horizontal-code:before {
    content: ""
}

.ti-device-ipad-horizontal-cog:before {
    content: ""
}

.ti-device-ipad-horizontal-dollar:before {
    content: ""
}

.ti-device-ipad-horizontal-down:before {
    content: ""
}

.ti-device-ipad-horizontal-exclamation:before {
    content: ""
}

.ti-device-ipad-horizontal-heart:before {
    content: ""
}

.ti-device-ipad-horizontal-minus:before {
    content: ""
}

.ti-device-ipad-horizontal-off:before {
    content: ""
}

.ti-device-ipad-horizontal-pause:before {
    content: ""
}

.ti-device-ipad-horizontal-pin:before {
    content: ""
}

.ti-device-ipad-horizontal-plus:before {
    content: ""
}

.ti-device-ipad-horizontal-question:before {
    content: ""
}

.ti-device-ipad-horizontal-search:before {
    content: ""
}

.ti-device-ipad-horizontal-share:before {
    content: ""
}

.ti-device-ipad-horizontal-star:before {
    content: ""
}

.ti-device-ipad-horizontal-up:before {
    content: ""
}

.ti-device-ipad-horizontal-x:before {
    content: ""
}

.ti-device-ipad-minus:before {
    content: ""
}

.ti-device-ipad-off:before {
    content: ""
}

.ti-device-ipad-pause:before {
    content: ""
}

.ti-device-ipad-pin:before {
    content: ""
}

.ti-device-ipad-plus:before {
    content: ""
}

.ti-device-ipad-question:before {
    content: ""
}

.ti-device-ipad-search:before {
    content: ""
}

.ti-device-ipad-share:before {
    content: ""
}

.ti-device-ipad-star:before {
    content: ""
}

.ti-device-ipad-up:before {
    content: ""
}

.ti-device-ipad-x:before {
    content: ""
}

.ti-device-landline-phone:before {
    content: ""
}

.ti-device-laptop:before {
    content: ""
}

.ti-device-laptop-off:before {
    content: ""
}

.ti-device-mobile:before {
    content: ""
}

.ti-device-mobile-bolt:before {
    content: ""
}

.ti-device-mobile-cancel:before {
    content: ""
}

.ti-device-mobile-charging:before {
    content: ""
}

.ti-device-mobile-check:before {
    content: ""
}

.ti-device-mobile-code:before {
    content: ""
}

.ti-device-mobile-cog:before {
    content: ""
}

.ti-device-mobile-dollar:before {
    content: ""
}

.ti-device-mobile-down:before {
    content: ""
}

.ti-device-mobile-exclamation:before {
    content: ""
}

.ti-device-mobile-filled:before {
    content: "塀"
}

.ti-device-mobile-heart:before {
    content: ""
}

.ti-device-mobile-message:before {
    content: ""
}

.ti-device-mobile-minus:before {
    content: ""
}

.ti-device-mobile-off:before {
    content: ""
}

.ti-device-mobile-pause:before {
    content: ""
}

.ti-device-mobile-pin:before {
    content: ""
}

.ti-device-mobile-plus:before {
    content: ""
}

.ti-device-mobile-question:before {
    content: ""
}

.ti-device-mobile-rotated:before {
    content: ""
}

.ti-device-mobile-search:before {
    content: ""
}

.ti-device-mobile-share:before {
    content: ""
}

.ti-device-mobile-star:before {
    content: ""
}

.ti-device-mobile-up:before {
    content: ""
}

.ti-device-mobile-vibration:before {
    content: ""
}

.ti-device-mobile-x:before {
    content: ""
}

.ti-device-nintendo:before {
    content: ""
}

.ti-device-nintendo-off:before {
    content: ""
}

.ti-device-projector:before {
    content: "ﰑ"
}

.ti-device-remote:before {
    content: ""
}

.ti-device-remote-filled:before {
    content: "𐁆"
}

.ti-device-sd-card:before {
    content: ""
}

.ti-device-sim:before {
    content: ""
}

.ti-device-sim-1:before {
    content: ""
}

.ti-device-sim-2:before {
    content: ""
}

.ti-device-sim-3:before {
    content: ""
}

.ti-device-speaker:before {
    content: ""
}

.ti-device-speaker-filled:before {
    content: "𐁅"
}

.ti-device-speaker-off:before {
    content: ""
}

.ti-device-tablet:before {
    content: ""
}

.ti-device-tablet-bolt:before {
    content: ""
}

.ti-device-tablet-cancel:before {
    content: ""
}

.ti-device-tablet-check:before {
    content: ""
}

.ti-device-tablet-code:before {
    content: ""
}

.ti-device-tablet-cog:before {
    content: ""
}

.ti-device-tablet-dollar:before {
    content: ""
}

.ti-device-tablet-down:before {
    content: ""
}

.ti-device-tablet-exclamation:before {
    content: ""
}

.ti-device-tablet-filled:before {
    content: "墨"
}

.ti-device-tablet-heart:before {
    content: ""
}

.ti-device-tablet-minus:before {
    content: ""
}

.ti-device-tablet-off:before {
    content: ""
}

.ti-device-tablet-pause:before {
    content: ""
}

.ti-device-tablet-pin:before {
    content: ""
}

.ti-device-tablet-plus:before {
    content: ""
}

.ti-device-tablet-question:before {
    content: ""
}

.ti-device-tablet-search:before {
    content: ""
}

.ti-device-tablet-share:before {
    content: ""
}

.ti-device-tablet-star:before {
    content: ""
}

.ti-device-tablet-up:before {
    content: ""
}

.ti-device-tablet-x:before {
    content: ""
}

.ti-device-tv:before {
    content: ""
}

.ti-device-tv-filled:before {
    content: "𐁃"
}

.ti-device-tv-off:before {
    content: ""
}

.ti-device-tv-old:before {
    content: ""
}

.ti-device-tv-old-filled:before {
    content: "𐁄"
}

.ti-device-unknown:before {
    content: "ﻴ"
}

.ti-device-unknown-filled:before {
    content: "𐀘"
}

.ti-device-usb:before {
    content: "ﱙ"
}

.ti-device-usb-filled:before {
    content: "𐁂"
}

.ti-device-vision-pro:before {
    content: "﫧"
}

.ti-device-vision-pro-filled:before {
    content: "𐁁"
}

.ti-device-watch:before {
    content: ""
}

.ti-device-watch-bolt:before {
    content: ""
}

.ti-device-watch-cancel:before {
    content: ""
}

.ti-device-watch-check:before {
    content: ""
}

.ti-device-watch-code:before {
    content: ""
}

.ti-device-watch-cog:before {
    content: ""
}

.ti-device-watch-dollar:before {
    content: ""
}

.ti-device-watch-down:before {
    content: ""
}

.ti-device-watch-exclamation:before {
    content: ""
}

.ti-device-watch-filled:before {
    content: "𐁀"
}

.ti-device-watch-heart:before {
    content: ""
}

.ti-device-watch-minus:before {
    content: ""
}

.ti-device-watch-off:before {
    content: ""
}

.ti-device-watch-pause:before {
    content: ""
}

.ti-device-watch-pin:before {
    content: ""
}

.ti-device-watch-plus:before {
    content: ""
}

.ti-device-watch-question:before {
    content: ""
}

.ti-device-watch-search:before {
    content: ""
}

.ti-device-watch-share:before {
    content: ""
}

.ti-device-watch-star:before {
    content: ""
}

.ti-device-watch-stats:before {
    content: ""
}

.ti-device-watch-stats-2:before {
    content: ""
}

.ti-device-watch-up:before {
    content: ""
}

.ti-device-watch-x:before {
    content: ""
}

.ti-devices:before {
    content: ""
}

.ti-devices-2:before {
    content: ""
}

.ti-devices-bolt:before {
    content: ""
}

.ti-devices-cancel:before {
    content: ""
}

.ti-devices-check:before {
    content: ""
}

.ti-devices-code:before {
    content: ""
}

.ti-devices-cog:before {
    content: ""
}

.ti-devices-dollar:before {
    content: ""
}

.ti-devices-down:before {
    content: ""
}

.ti-devices-exclamation:before {
    content: ""
}

.ti-devices-heart:before {
    content: ""
}

.ti-devices-minus:before {
    content: ""
}

.ti-devices-off:before {
    content: ""
}

.ti-devices-pause:before {
    content: ""
}

.ti-devices-pc:before {
    content: ""
}

.ti-devices-pc-off:before {
    content: ""
}

.ti-devices-pin:before {
    content: ""
}

.ti-devices-plus:before {
    content: ""
}

.ti-devices-question:before {
    content: ""
}

.ti-devices-search:before {
    content: ""
}

.ti-devices-share:before {
    content: ""
}

.ti-devices-star:before {
    content: ""
}

.ti-devices-up:before {
    content: ""
}

.ti-devices-x:before {
    content: ""
}

.ti-diabolo:before {
    content: "煮"
}

.ti-diabolo-off:before {
    content: "漢"
}

.ti-diabolo-plus:before {
    content: "瀞"
}

.ti-dialpad:before {
    content: ""
}

.ti-dialpad-filled:before {
    content: "層"
}

.ti-dialpad-off:before {
    content: ""
}

.ti-diamond:before {
    content: ""
}

.ti-diamond-filled:before {
    content: ""
}

.ti-diamond-off:before {
    content: ""
}

.ti-diamonds:before {
    content: ""
}

.ti-diamonds-filled:before {
    content: ""
}

.ti-diaper:before {
    content: "ﾢ"
}

.ti-dice:before {
    content: ""
}

.ti-dice-1:before {
    content: ""
}

.ti-dice-1-filled:before {
    content: ""
}

.ti-dice-2:before {
    content: ""
}

.ti-dice-2-filled:before {
    content: ""
}

.ti-dice-3:before {
    content: ""
}

.ti-dice-3-filled:before {
    content: ""
}

.ti-dice-4:before {
    content: ""
}

.ti-dice-4-filled:before {
    content: ""
}

.ti-dice-5:before {
    content: ""
}

.ti-dice-5-filled:before {
    content: ""
}

.ti-dice-6:before {
    content: ""
}

.ti-dice-6-filled:before {
    content: ""
}

.ti-dice-filled:before {
    content: ""
}

.ti-dimensions:before {
    content: ""
}

.ti-direction:before {
    content: ""
}

.ti-direction-arrows:before {
    content: "ﴶ"
}

.ti-direction-arrows-filled:before {
    content: "𐃊"
}

.ti-direction-horizontal:before {
    content: ""
}

.ti-direction-sign:before {
    content: ""
}

.ti-direction-sign-filled:before {
    content: ""
}

.ti-direction-sign-off:before {
    content: ""
}

.ti-directions:before {
    content: ""
}

.ti-directions-filled:before {
    content: "𐀿"
}

.ti-directions-off:before {
    content: ""
}

.ti-disabled:before {
    content: ""
}

.ti-disabled-2:before {
    content: ""
}

.ti-disabled-off:before {
    content: ""
}

.ti-disc:before {
    content: ""
}

.ti-disc-filled:before {
    content: "𐀾"
}

.ti-disc-golf:before {
    content: ""
}

.ti-disc-off:before {
    content: ""
}

.ti-discount:before {
    content: ""
}

.ti-discount-filled:before {
    content: "𐀽"
}

.ti-discount-off:before {
    content: ""
}

.ti-divide:before {
    content: ""
}

.ti-dna:before {
    content: ""
}

.ti-dna-2:before {
    content: ""
}

.ti-dna-2-off:before {
    content: ""
}

.ti-dna-off:before {
    content: ""
}

.ti-dog:before {
    content: ""
}

.ti-dog-bowl:before {
    content: ""
}

.ti-door:before {
    content: ""
}

.ti-door-enter:before {
    content: ""
}

.ti-door-exit:before {
    content: ""
}

.ti-door-off:before {
    content: ""
}

.ti-dots:before {
    content: ""
}

.ti-dots-circle-horizontal:before {
    content: ""
}

.ti-dots-diagonal:before {
    content: ""
}

.ti-dots-diagonal-2:before {
    content: ""
}

.ti-dots-vertical:before {
    content: ""
}

.ti-download:before {
    content: ""
}

.ti-download-off:before {
    content: ""
}

.ti-drag-drop:before {
    content: ""
}

.ti-drag-drop-2:before {
    content: ""
}

.ti-drone:before {
    content: ""
}

.ti-drone-off:before {
    content: ""
}

.ti-drop-circle:before {
    content: ""
}

.ti-drop-circle-filled:before {
    content: "𐄷"
}

.ti-droplet:before {
    content: ""
}

.ti-droplet-bolt:before {
    content: ""
}

.ti-droplet-cancel:before {
    content: ""
}

.ti-droplet-check:before {
    content: ""
}

.ti-droplet-code:before {
    content: ""
}

.ti-droplet-cog:before {
    content: ""
}

.ti-droplet-dollar:before {
    content: ""
}

.ti-droplet-down:before {
    content: ""
}

.ti-droplet-exclamation:before {
    content: "豈"
}

.ti-droplet-filled:before {
    content: ""
}

.ti-droplet-half:before {
    content: ""
}

.ti-droplet-half-2:before {
    content: ""
}

.ti-droplet-half-2-filled:before {
    content: "ﭬ"
}

.ti-droplet-half-filled:before {
    content: ""
}

.ti-droplet-heart:before {
    content: "更"
}

.ti-droplet-minus:before {
    content: "車"
}

.ti-droplet-off:before {
    content: ""
}

.ti-droplet-pause:before {
    content: "賈"
}

.ti-droplet-pin:before {
    content: "滑"
}

.ti-droplet-plus:before {
    content: "串"
}

.ti-droplet-question:before {
    content: "句"
}

.ti-droplet-search:before {
    content: "龜"
}

.ti-droplet-share:before {
    content: "龜"
}

.ti-droplet-star:before {
    content: "契"
}

.ti-droplet-up:before {
    content: "金"
}

.ti-droplet-x:before {
    content: "喇"
}

.ti-droplets:before {
    content: "ﰒ"
}

.ti-droplets-filled:before {
    content: "𐃉"
}

.ti-dual-screen:before {
    content: "繁"
}

.ti-dual-screen-filled:before {
    content: "𐄶"
}

.ti-dumpling:before {
    content: "ﺵ"
}

.ti-dumpling-filled:before {
    content: "𐄵"
}

.ti-e-passport:before {
    content: ""
}

.ti-ear:before {
    content: ""
}

.ti-ear-off:before {
    content: ""
}

.ti-ear-scan:before {
    content: "ﵗ"
}

.ti-ease-in:before {
    content: ""
}

.ti-ease-in-control-point:before {
    content: ""
}

.ti-ease-in-control-point-filled:before {
    content: "𐅴"
}

.ti-ease-in-out:before {
    content: ""
}

.ti-ease-in-out-control-points:before {
    content: ""
}

.ti-ease-in-out-control-points-filled:before {
    content: "𐅳"
}

.ti-ease-out:before {
    content: ""
}

.ti-ease-out-control-point:before {
    content: ""
}

.ti-ease-out-control-point-filled:before {
    content: "𐅲"
}

.ti-edit:before {
    content: ""
}

.ti-edit-circle:before {
    content: ""
}

.ti-edit-circle-off:before {
    content: ""
}

.ti-edit-off:before {
    content: ""
}

.ti-egg:before {
    content: ""
}

.ti-egg-cracked:before {
    content: ""
}

.ti-egg-cracked-filled:before {
    content: "𐀒"
}

.ti-egg-filled:before {
    content: ""
}

.ti-egg-fried:before {
    content: ""
}

.ti-egg-fried-filled:before {
    content: "𐄴"
}

.ti-egg-off:before {
    content: ""
}

.ti-eggs:before {
    content: ""
}

.ti-elevator:before {
    content: ""
}

.ti-elevator-filled:before {
    content: "𐀼"
}

.ti-elevator-off:before {
    content: ""
}

.ti-emergency-bed:before {
    content: ""
}

.ti-empathize:before {
    content: ""
}

.ti-empathize-off:before {
    content: ""
}

.ti-emphasis:before {
    content: ""
}

.ti-engine:before {
    content: ""
}

.ti-engine-filled:before {
    content: "𐃼"
}

.ti-engine-off:before {
    content: ""
}

.ti-equal:before {
    content: ""
}

.ti-equal-double:before {
    content: ""
}

.ti-equal-not:before {
    content: ""
}

.ti-eraser:before {
    content: ""
}

.ti-eraser-off:before {
    content: ""
}

.ti-error-404:before {
    content: ""
}

.ti-error-404-off:before {
    content: ""
}

.ti-escalator:before {
    content: "ﬆ"
}

.ti-escalator-down:before {
    content: "ﬄ"
}

.ti-escalator-down-filled:before {
    content: "𐄳"
}

.ti-escalator-filled:before {
    content: "𐄱"
}

.ti-escalator-up:before {
    content: "ﬅ"
}

.ti-escalator-up-filled:before {
    content: "𐄲"
}

.ti-exchange:before {
    content: ""
}

.ti-exchange-filled:before {
    content: "𐄰"
}

.ti-exchange-off:before {
    content: ""
}

.ti-exclamation-circle:before {
    content: ""
}

.ti-exclamation-circle-filled:before {
    content: "｢"
}

.ti-exclamation-mark:before {
    content: ""
}

.ti-exclamation-mark-off:before {
    content: ""
}

.ti-explicit:before {
    content: ""
}

.ti-explicit-filled:before {
    content: "𐄯"
}

.ti-explicit-off:before {
    content: ""
}

.ti-exposure:before {
    content: ""
}

.ti-exposure-0:before {
    content: ""
}

.ti-exposure-filled:before {
    content: "𐄤"
}

.ti-exposure-minus-1:before {
    content: ""
}

.ti-exposure-minus-2:before {
    content: ""
}

.ti-exposure-off:before {
    content: ""
}

.ti-exposure-plus-1:before {
    content: ""
}

.ti-exposure-plus-2:before {
    content: ""
}

.ti-external-link:before {
    content: ""
}

.ti-external-link-off:before {
    content: ""
}

.ti-eye:before {
    content: ""
}

.ti-eye-bitcoin:before {
    content: "］"
}

.ti-eye-bolt:before {
    content: "ﭭ"
}

.ti-eye-cancel:before {
    content: "ﭮ"
}

.ti-eye-check:before {
    content: ""
}

.ti-eye-closed:before {
    content: ""
}

.ti-eye-code:before {
    content: "ﭯ"
}

.ti-eye-cog:before {
    content: ""
}

.ti-eye-discount:before {
    content: "ﭰ"
}

.ti-eye-dollar:before {
    content: "ﭱ"
}

.ti-eye-dotted:before {
    content: "ﺭ"
}

.ti-eye-down:before {
    content: "ﭲ"
}

.ti-eye-edit:before {
    content: ""
}

.ti-eye-exclamation:before {
    content: ""
}

.ti-eye-filled:before {
    content: ""
}

.ti-eye-heart:before {
    content: ""
}

.ti-eye-minus:before {
    content: "ﭳ"
}

.ti-eye-off:before {
    content: ""
}

.ti-eye-pause:before {
    content: "ﭴ"
}

.ti-eye-pin:before {
    content: "ﭵ"
}

.ti-eye-plus:before {
    content: "ﭶ"
}

.ti-eye-question:before {
    content: "ﭷ"
}

.ti-eye-search:before {
    content: "ﭸ"
}

.ti-eye-share:before {
    content: "ﭹ"
}

.ti-eye-spark:before {
    content: "ﾺ"
}

.ti-eye-star:before {
    content: "ﭺ"
}

.ti-eye-table:before {
    content: ""
}

.ti-eye-table-filled:before {
    content: "𐄣"
}

.ti-eye-up:before {
    content: "ﭻ"
}

.ti-eye-x:before {
    content: ""
}

.ti-eyeglass:before {
    content: ""
}

.ti-eyeglass-2:before {
    content: ""
}

.ti-eyeglass-2-filled:before {
    content: "𐄢"
}

.ti-eyeglass-filled:before {
    content: "𐃈"
}

.ti-eyeglass-off:before {
    content: ""
}

.ti-face-id:before {
    content: ""
}

.ti-face-id-error:before {
    content: ""
}

.ti-face-mask:before {
    content: ""
}

.ti-face-mask-filled:before {
    content: "𐄡"
}

.ti-face-mask-off:before {
    content: ""
}

.ti-fall:before {
    content: ""
}

.ti-favicon:before {
    content: "ﵥ"
}

.ti-favicon-filled:before {
    content: "𐁱"
}

.ti-feather:before {
    content: ""
}

.ti-feather-filled:before {
    content: "𐀑"
}

.ti-feather-off:before {
    content: ""
}

.ti-fence:before {
    content: ""
}

.ti-fence-filled:before {
    content: "𐄠"
}

.ti-fence-off:before {
    content: ""
}

.ti-ferry:before {
    content: "𐁴"
}

.ti-ferry-filled:before {
    content: "𐃻"
}

.ti-fidget-spinner:before {
    content: ""
}

.ti-fidget-spinner-filled:before {
    content: "𐄟"
}

.ti-file:before {
    content: ""
}

.ti-file-3d:before {
    content: ""
}

.ti-file-ai:before {
    content: "ﾡ"
}

.ti-file-alert:before {
    content: ""
}

.ti-file-analytics:before {
    content: ""
}

.ti-file-analytics-filled:before {
    content: "𐅱"
}

.ti-file-arrow-left:before {
    content: ""
}

.ti-file-arrow-right:before {
    content: ""
}

.ti-file-barcode:before {
    content: ""
}

.ti-file-bitcoin:before {
    content: "ﾠ"
}

.ti-file-broken:before {
    content: ""
}

.ti-file-certificate:before {
    content: ""
}

.ti-file-chart:before {
    content: ""
}

.ti-file-check:before {
    content: ""
}

.ti-file-check-filled:before {
    content: "𐄮"
}

.ti-file-code:before {
    content: ""
}

.ti-file-code-2:before {
    content: ""
}

.ti-file-code-2-filled:before {
    content: "𐄭"
}

.ti-file-code-filled:before {
    content: "𐅰"
}

.ti-file-cv:before {
    content: "署"
}

.ti-file-cv-filled:before {
    content: "𐄬"
}

.ti-file-database:before {
    content: ""
}

.ti-file-delta:before {
    content: ""
}

.ti-file-delta-filled:before {
    content: "𐄫"
}

.ti-file-description:before {
    content: ""
}

.ti-file-description-filled:before {
    content: "𐄞"
}

.ti-file-diff:before {
    content: ""
}

.ti-file-diff-filled:before {
    content: "𐅯"
}

.ti-file-digit:before {
    content: ""
}

.ti-file-digit-filled:before {
    content: "𐄝"
}

.ti-file-dislike:before {
    content: ""
}

.ti-file-dollar:before {
    content: ""
}

.ti-file-dots:before {
    content: ""
}

.ti-file-dots-filled:before {
    content: "𐅮"
}

.ti-file-download:before {
    content: ""
}

.ti-file-download-filled:before {
    content: "𐄪"
}

.ti-file-euro:before {
    content: ""
}

.ti-file-excel:before {
    content: "ﻳ"
}

.ti-file-export:before {
    content: ""
}

.ti-file-filled:before {
    content: ""
}

.ti-file-function:before {
    content: ""
}

.ti-file-function-filled:before {
    content: "𐅭"
}

.ti-file-horizontal:before {
    content: ""
}

.ti-file-horizontal-filled:before {
    content: "𐄜"
}

.ti-file-import:before {
    content: ""
}

.ti-file-infinity:before {
    content: ""
}

.ti-file-info:before {
    content: ""
}

.ti-file-info-filled:before {
    content: "𐅬"
}

.ti-file-invoice:before {
    content: ""
}

.ti-file-invoice-filled:before {
    content: "𐄛"
}

.ti-file-isr:before {
    content: "ﺬ"
}

.ti-file-lambda:before {
    content: ""
}

.ti-file-lambda-filled:before {
    content: "𐄩"
}

.ti-file-like:before {
    content: ""
}

.ti-file-minus:before {
    content: ""
}

.ti-file-minus-filled:before {
    content: "𐄚"
}

.ti-file-music:before {
    content: ""
}

.ti-file-neutral:before {
    content: "ﴢ"
}

.ti-file-neutral-filled:before {
    content: "𐄙"
}

.ti-file-off:before {
    content: ""
}

.ti-file-orientation:before {
    content: ""
}

.ti-file-pencil:before {
    content: ""
}

.ti-file-percent:before {
    content: ""
}

.ti-file-percent-filled:before {
    content: "𐄨"
}

.ti-file-phone:before {
    content: ""
}

.ti-file-phone-filled:before {
    content: "𐄧"
}

.ti-file-plus:before {
    content: ""
}

.ti-file-power:before {
    content: ""
}

.ti-file-power-filled:before {
    content: "𐄘"
}

.ti-file-report:before {
    content: ""
}

.ti-file-rss:before {
    content: ""
}

.ti-file-rss-filled:before {
    content: "𐄦"
}

.ti-file-sad:before {
    content: "ﴣ"
}

.ti-file-sad-filled:before {
    content: "𐄗"
}

.ti-file-scissors:before {
    content: ""
}

.ti-file-search:before {
    content: ""
}

.ti-file-settings:before {
    content: ""
}

.ti-file-shredder:before {
    content: ""
}

.ti-file-signal:before {
    content: ""
}

.ti-file-smile:before {
    content: "ﴤ"
}

.ti-file-smile-filled:before {
    content: "𐄖"
}

.ti-file-spark:before {
    content: "ﾹ"
}

.ti-file-spreadsheet:before {
    content: ""
}

.ti-file-stack:before {
    content: ""
}

.ti-file-star:before {
    content: ""
}

.ti-file-star-filled:before {
    content: "𐄕"
}

.ti-file-symlink:before {
    content: ""
}

.ti-file-text:before {
    content: ""
}

.ti-file-text-ai:before {
    content: "﨧"
}

.ti-file-text-filled:before {
    content: "𐄔"
}

.ti-file-text-shield:before {
    content: "𐃲"
}

.ti-file-text-spark:before {
    content: "ﾸ"
}

.ti-file-time:before {
    content: ""
}

.ti-file-type-bmp:before {
    content: "﬇"
}

.ti-file-type-css:before {
    content: "﬈"
}

.ti-file-type-csv:before {
    content: "﬉"
}

.ti-file-type-doc:before {
    content: "﬊"
}

.ti-file-type-docx:before {
    content: "﬋"
}

.ti-file-type-html:before {
    content: "﬌"
}

.ti-file-type-jpg:before {
    content: "﬍"
}

.ti-file-type-js:before {
    content: "﬎"
}

.ti-file-type-jsx:before {
    content: "﬏"
}

.ti-file-type-pdf:before {
    content: "﬐"
}

.ti-file-type-php:before {
    content: "﬑"
}

.ti-file-type-png:before {
    content: "﬒"
}

.ti-file-type-ppt:before {
    content: "ﬓ"
}

.ti-file-type-rs:before {
    content: "ﬔ"
}

.ti-file-type-sql:before {
    content: "ﬕ"
}

.ti-file-type-svg:before {
    content: "ﬖ"
}

.ti-file-type-ts:before {
    content: "ﬗ"
}

.ti-file-type-tsx:before {
    content: "﬘"
}

.ti-file-type-txt:before {
    content: "﬙"
}

.ti-file-type-vue:before {
    content: "﬚"
}

.ti-file-type-xls:before {
    content: "﬛"
}

.ti-file-type-xml:before {
    content: "﬜"
}

.ti-file-type-zip:before {
    content: "יִ"
}

.ti-file-typography:before {
    content: ""
}

.ti-file-typography-filled:before {
    content: "𐅫"
}

.ti-file-unknown:before {
    content: ""
}

.ti-file-upload:before {
    content: ""
}

.ti-file-vector:before {
    content: ""
}

.ti-file-word:before {
    content: "ﻲ"
}

.ti-file-x:before {
    content: ""
}

.ti-file-x-filled:before {
    content: ""
}

.ti-file-zip:before {
    content: ""
}

.ti-files:before {
    content: ""
}

.ti-files-off:before {
    content: ""
}

.ti-filter:before {
    content: ""
}

.ti-filter-2:before {
    content: "𐅋"
}

.ti-filter-2-bolt:before {
    content: "𐅟"
}

.ti-filter-2-cancel:before {
    content: "𐅞"
}

.ti-filter-2-check:before {
    content: "𐅝"
}

.ti-filter-2-code:before {
    content: "𐅜"
}

.ti-filter-2-cog:before {
    content: "𐅛"
}

.ti-filter-2-discount:before {
    content: "𐅚"
}

.ti-filter-2-dollar:before {
    content: "𐅙"
}

.ti-filter-2-down:before {
    content: "𐅘"
}

.ti-filter-2-edit:before {
    content: "𐅗"
}

.ti-filter-2-exclamation:before {
    content: "𐅖"
}

.ti-filter-2-minus:before {
    content: "𐅕"
}

.ti-filter-2-pause:before {
    content: "𐅔"
}

.ti-filter-2-pin:before {
    content: "𐅓"
}

.ti-filter-2-plus:before {
    content: "𐅒"
}

.ti-filter-2-question:before {
    content: "𐅑"
}

.ti-filter-2-search:before {
    content: "𐅐"
}

.ti-filter-2-share:before {
    content: "𐅏"
}

.ti-filter-2-spark:before {
    content: "𐅎"
}

.ti-filter-2-up:before {
    content: "𐅍"
}

.ti-filter-2-x:before {
    content: "𐅌"
}

.ti-filter-bolt:before {
    content: "ﭼ"
}

.ti-filter-cancel:before {
    content: "ﭽ"
}

.ti-filter-check:before {
    content: "ﭾ"
}

.ti-filter-code:before {
    content: "ﭿ"
}

.ti-filter-cog:before {
    content: "茶"
}

.ti-filter-discount:before {
    content: "ﮀ"
}

.ti-filter-dollar:before {
    content: "刺"
}

.ti-filter-down:before {
    content: "ﮁ"
}

.ti-filter-edit:before {
    content: "切"
}

.ti-filter-exclamation:before {
    content: "ﮂ"
}

.ti-filter-filled:before {
    content: "ﰧ"
}

.ti-filter-heart:before {
    content: "ﮃ"
}

.ti-filter-minus:before {
    content: "度"
}

.ti-filter-off:before {
    content: ""
}

.ti-filter-pause:before {
    content: "ﮄ"
}

.ti-filter-pin:before {
    content: "ﮅ"
}

.ti-filter-plus:before {
    content: "拓"
}

.ti-filter-question:before {
    content: "ﮆ"
}

.ti-filter-search:before {
    content: "ﮇ"
}

.ti-filter-share:before {
    content: "ﮈ"
}

.ti-filter-spark:before {
    content: "𐅊"
}

.ti-filter-star:before {
    content: "糖"
}

.ti-filter-up:before {
    content: "ﮉ"
}

.ti-filter-x:before {
    content: "宅"
}

.ti-filters:before {
    content: ""
}

.ti-filters-filled:before {
    content: "𐃇"
}

.ti-fingerprint:before {
    content: ""
}

.ti-fingerprint-off:before {
    content: ""
}

.ti-fingerprint-scan:before {
    content: "ﲵ"
}

.ti-fire-extinguisher:before {
    content: "﫶"
}

.ti-fire-hydrant:before {
    content: ""
}

.ti-fire-hydrant-off:before {
    content: ""
}

.ti-firetruck:before {
    content: ""
}

.ti-first-aid-kit:before {
    content: ""
}

.ti-first-aid-kit-off:before {
    content: ""
}

.ti-fish:before {
    content: ""
}

.ti-fish-bone:before {
    content: ""
}

.ti-fish-bone-filled:before {
    content: "𐄋"
}

.ti-fish-christianity:before {
    content: ""
}

.ti-fish-hook:before {
    content: ""
}

.ti-fish-hook-off:before {
    content: ""
}

.ti-fish-off:before {
    content: ""
}

.ti-flag:before {
    content: ""
}

.ti-flag-2:before {
    content: ""
}

.ti-flag-2-filled:before {
    content: ""
}

.ti-flag-2-off:before {
    content: ""
}

.ti-flag-3:before {
    content: ""
}

.ti-flag-3-filled:before {
    content: ""
}

.ti-flag-bitcoin:before {
    content: "＼"
}

.ti-flag-bolt:before {
    content: "ﮊ"
}

.ti-flag-cancel:before {
    content: "ﮋ"
}

.ti-flag-check:before {
    content: "ﮌ"
}

.ti-flag-code:before {
    content: "ﮍ"
}

.ti-flag-cog:before {
    content: "ﮎ"
}

.ti-flag-discount:before {
    content: "ﮏ"
}

.ti-flag-dollar:before {
    content: "ﮐ"
}

.ti-flag-down:before {
    content: "ﮑ"
}

.ti-flag-exclamation:before {
    content: "ﮒ"
}

.ti-flag-filled:before {
    content: ""
}

.ti-flag-heart:before {
    content: "ﮓ"
}

.ti-flag-minus:before {
    content: "ﮔ"
}

.ti-flag-off:before {
    content: ""
}

.ti-flag-pause:before {
    content: "ﮕ"
}

.ti-flag-pin:before {
    content: "ﮖ"
}

.ti-flag-plus:before {
    content: "ﮗ"
}

.ti-flag-question:before {
    content: "ﮘ"
}

.ti-flag-search:before {
    content: "ﮙ"
}

.ti-flag-share:before {
    content: "ﮚ"
}

.ti-flag-spark:before {
    content: "ﾷ"
}

.ti-flag-star:before {
    content: "ﮛ"
}

.ti-flag-up:before {
    content: "ﮜ"
}

.ti-flag-x:before {
    content: "ﮝ"
}

.ti-flame:before {
    content: ""
}

.ti-flame-filled:before {
    content: "𐃆"
}

.ti-flame-off:before {
    content: ""
}

.ti-flare:before {
    content: ""
}

.ti-flare-filled:before {
    content: "𐃅"
}

.ti-flask:before {
    content: ""
}

.ti-flask-2:before {
    content: ""
}

.ti-flask-2-filled:before {
    content: "ﴒ"
}

.ti-flask-2-off:before {
    content: ""
}

.ti-flask-filled:before {
    content: "ﴓ"
}

.ti-flask-off:before {
    content: ""
}

.ti-flip-flops:before {
    content: ""
}

.ti-flip-horizontal:before {
    content: ""
}

.ti-flip-vertical:before {
    content: ""
}

.ti-float-center:before {
    content: ""
}

.ti-float-left:before {
    content: ""
}

.ti-float-none:before {
    content: ""
}

.ti-float-right:before {
    content: ""
}

.ti-flower:before {
    content: ""
}

.ti-flower-filled:before {
    content: "𐀐"
}

.ti-flower-off:before {
    content: ""
}

.ti-focus:before {
    content: ""
}

.ti-focus-2:before {
    content: ""
}

.ti-focus-auto:before {
    content: "謁"
}

.ti-focus-centered:before {
    content: ""
}

.ti-fold:before {
    content: ""
}

.ti-fold-down:before {
    content: ""
}

.ti-fold-up:before {
    content: ""
}

.ti-folder:before {
    content: ""
}

.ti-folder-bolt:before {
    content: "奈"
}

.ti-folder-cancel:before {
    content: "懶"
}

.ti-folder-check:before {
    content: "癩"
}

.ti-folder-code:before {
    content: "羅"
}

.ti-folder-cog:before {
    content: "蘿"
}

.ti-folder-dollar:before {
    content: "螺"
}

.ti-folder-down:before {
    content: "裸"
}

.ti-folder-exclamation:before {
    content: "邏"
}

.ti-folder-filled:before {
    content: ""
}

.ti-folder-heart:before {
    content: "樂"
}

.ti-folder-minus:before {
    content: ""
}

.ti-folder-off:before {
    content: ""
}

.ti-folder-open:before {
    content: "﫷"
}

.ti-folder-pause:before {
    content: "洛"
}

.ti-folder-pin:before {
    content: "烙"
}

.ti-folder-plus:before {
    content: ""
}

.ti-folder-question:before {
    content: "珞"
}

.ti-folder-root:before {
    content: "﵃"
}

.ti-folder-search:before {
    content: "落"
}

.ti-folder-share:before {
    content: "酪"
}

.ti-folder-star:before {
    content: "駱"
}

.ti-folder-symlink:before {
    content: "亂"
}

.ti-folder-up:before {
    content: "卵"
}

.ti-folder-x:before {
    content: ""
}

.ti-folders:before {
    content: ""
}

.ti-folders-filled:before {
    content: "𐃄"
}

.ti-folders-off:before {
    content: ""
}

.ti-forbid:before {
    content: ""
}

.ti-forbid-2:before {
    content: ""
}

.ti-forbid-2-filled:before {
    content: "ﰨ"
}

.ti-forbid-filled:before {
    content: "ﰩ"
}

.ti-forklift:before {
    content: ""
}

.ti-forms:before {
    content: ""
}

.ti-fountain:before {
    content: ""
}

.ti-fountain-filled:before {
    content: "ﰪ"
}

.ti-fountain-off:before {
    content: ""
}

.ti-frame:before {
    content: ""
}

.ti-frame-off:before {
    content: ""
}

.ti-free-rights:before {
    content: ""
}

.ti-freeze-column:before {
    content: "謹"
}

.ti-freeze-row:before {
    content: "贈"
}

.ti-freeze-row-column:before {
    content: "賓"
}

.ti-fridge:before {
    content: ""
}

.ti-fridge-off:before {
    content: ""
}

.ti-friends:before {
    content: ""
}

.ti-friends-off:before {
    content: ""
}

.ti-frustum:before {
    content: "犯"
}

.ti-frustum-off:before {
    content: "瞧"
}

.ti-frustum-plus:before {
    content: "爵"
}

.ti-function:before {
    content: ""
}

.ti-function-filled:before {
    content: "ﰫ"
}

.ti-function-off:before {
    content: ""
}

.ti-galaxy:before {
    content: "ﲶ"
}

.ti-garden-cart:before {
    content: ""
}

.ti-garden-cart-filled:before {
    content: "𐃃"
}

.ti-garden-cart-off:before {
    content: ""
}

.ti-gas-station:before {
    content: ""
}

.ti-gas-station-filled:before {
    content: "𐃺"
}

.ti-gas-station-off:before {
    content: ""
}

.ti-gauge:before {
    content: ""
}

.ti-gauge-filled:before {
    content: "ﰬ"
}

.ti-gauge-off:before {
    content: ""
}

.ti-gavel:before {
    content: ""
}

.ti-gender-agender:before {
    content: ""
}

.ti-gender-androgyne:before {
    content: ""
}

.ti-gender-bigender:before {
    content: ""
}

.ti-gender-demiboy:before {
    content: ""
}

.ti-gender-demigirl:before {
    content: ""
}

.ti-gender-epicene:before {
    content: ""
}

.ti-gender-female:before {
    content: ""
}

.ti-gender-femme:before {
    content: ""
}

.ti-gender-genderfluid:before {
    content: ""
}

.ti-gender-genderless:before {
    content: ""
}

.ti-gender-genderqueer:before {
    content: ""
}

.ti-gender-hermaphrodite:before {
    content: ""
}

.ti-gender-intergender:before {
    content: ""
}

.ti-gender-male:before {
    content: ""
}

.ti-gender-neutrois:before {
    content: ""
}

.ti-gender-third:before {
    content: ""
}

.ti-gender-transgender:before {
    content: ""
}

.ti-gender-trasvesti:before {
    content: ""
}

.ti-geometry:before {
    content: ""
}

.ti-ghost:before {
    content: ""
}

.ti-ghost-2:before {
    content: ""
}

.ti-ghost-2-filled:before {
    content: ""
}

.ti-ghost-3:before {
    content: "ﰓ"
}

.ti-ghost-3-filled:before {
    content: "𐂤"
}

.ti-ghost-filled:before {
    content: ""
}

.ti-ghost-off:before {
    content: ""
}

.ti-gif:before {
    content: ""
}

.ti-gift:before {
    content: ""
}

.ti-gift-card:before {
    content: ""
}

.ti-gift-card-filled:before {
    content: "ﰭ"
}

.ti-gift-filled:before {
    content: "ﴔ"
}

.ti-gift-off:before {
    content: ""
}

.ti-git-branch:before {
    content: ""
}

.ti-git-branch-deleted:before {
    content: ""
}

.ti-git-cherry-pick:before {
    content: ""
}

.ti-git-commit:before {
    content: ""
}

.ti-git-compare:before {
    content: ""
}

.ti-git-fork:before {
    content: ""
}

.ti-git-merge:before {
    content: ""
}

.ti-git-pull-request:before {
    content: ""
}

.ti-git-pull-request-closed:before {
    content: ""
}

.ti-git-pull-request-draft:before {
    content: ""
}

.ti-gizmo:before {
    content: ""
}

.ti-glass:before {
    content: ""
}

.ti-glass-champagne:before {
    content: "ﶜ"
}

.ti-glass-cocktail:before {
    content: "ﶝ"
}

.ti-glass-filled:before {
    content: "𐀏"
}

.ti-glass-full:before {
    content: ""
}

.ti-glass-full-filled:before {
    content: "ﰮ"
}

.ti-glass-gin:before {
    content: "ﶞ"
}

.ti-glass-off:before {
    content: ""
}

.ti-globe:before {
    content: ""
}

.ti-globe-filled:before {
    content: "ﰯ"
}

.ti-globe-off:before {
    content: ""
}

.ti-go-game:before {
    content: ""
}

.ti-golf:before {
    content: ""
}

.ti-golf-filled:before {
    content: "𐂣"
}

.ti-golf-off:before {
    content: ""
}

.ti-gps:before {
    content: ""
}

.ti-gps-filled:before {
    content: "﹈"
}

.ti-gradienter:before {
    content: ""
}

.ti-grain:before {
    content: ""
}

.ti-graph:before {
    content: ""
}

.ti-graph-filled:before {
    content: "ﴕ"
}

.ti-graph-off:before {
    content: ""
}

.ti-grave:before {
    content: ""
}

.ti-grave-2:before {
    content: ""
}

.ti-grid-3x3:before {
    content: "ﲤ"
}

.ti-grid-4x4:before {
    content: "ﲥ"
}

.ti-grid-dots:before {
    content: ""
}

.ti-grid-goldenratio:before {
    content: "ﲦ"
}

.ti-grid-pattern:before {
    content: ""
}

.ti-grid-pattern-filled:before {
    content: "𐃂"
}

.ti-grid-scan:before {
    content: "ﲧ"
}

.ti-grill:before {
    content: ""
}

.ti-grill-fork:before {
    content: ""
}

.ti-grill-off:before {
    content: ""
}

.ti-grill-spatula:before {
    content: ""
}

.ti-grip-horizontal:before {
    content: ""
}

.ti-grip-vertical:before {
    content: ""
}

.ti-growth:before {
    content: ""
}

.ti-guitar-pick:before {
    content: ""
}

.ti-guitar-pick-filled:before {
    content: ""
}

.ti-gymnastics:before {
    content: "﵄"
}

.ti-h-1:before {
    content: ""
}

.ti-h-2:before {
    content: ""
}

.ti-h-3:before {
    content: ""
}

.ti-h-4:before {
    content: ""
}

.ti-h-5:before {
    content: ""
}

.ti-h-6:before {
    content: ""
}

.ti-hammer:before {
    content: ""
}

.ti-hammer-off:before {
    content: ""
}

.ti-hand-click:before {
    content: ""
}

.ti-hand-click-off:before {
    content: "𐃱"
}

.ti-hand-finger:before {
    content: ""
}

.ti-hand-finger-down:before {
    content: "ｏ"
}

.ti-hand-finger-left:before {
    content: "ｎ"
}

.ti-hand-finger-off:before {
    content: ""
}

.ti-hand-finger-right:before {
    content: "ｍ"
}

.ti-hand-grab:before {
    content: ""
}

.ti-hand-little-finger:before {
    content: ""
}

.ti-hand-love-you:before {
    content: ""
}

.ti-hand-middle-finger:before {
    content: ""
}

.ti-hand-move:before {
    content: ""
}

.ti-hand-off:before {
    content: ""
}

.ti-hand-ring-finger:before {
    content: ""
}

.ti-hand-sanitizer:before {
    content: ""
}

.ti-hand-stop:before {
    content: ""
}

.ti-hand-three-fingers:before {
    content: ""
}

.ti-hand-two-fingers:before {
    content: ""
}

.ti-hanger:before {
    content: ""
}

.ti-hanger-2:before {
    content: ""
}

.ti-hanger-2-filled:before {
    content: "｡"
}

.ti-hanger-off:before {
    content: ""
}

.ti-hash:before {
    content: ""
}

.ti-haze:before {
    content: ""
}

.ti-haze-moon:before {
    content: "﫸"
}

.ti-hdr:before {
    content: "嗢"
}

.ti-heading:before {
    content: ""
}

.ti-heading-off:before {
    content: ""
}

.ti-headphones:before {
    content: ""
}

.ti-headphones-filled:before {
    content: "屮"
}

.ti-headphones-off:before {
    content: ""
}

.ti-headset:before {
    content: ""
}

.ti-headset-off:before {
    content: ""
}

.ti-health-recognition:before {
    content: ""
}

.ti-heart:before {
    content: ""
}

.ti-heart-bitcoin:before {
    content: "［"
}

.ti-heart-bolt:before {
    content: "ﮞ"
}

.ti-heart-broken:before {
    content: ""
}

.ti-heart-broken-filled:before {
    content: "𐅪"
}

.ti-heart-cancel:before {
    content: "ﮟ"
}

.ti-heart-check:before {
    content: "ﮠ"
}

.ti-heart-code:before {
    content: "ﮡ"
}

.ti-heart-cog:before {
    content: "ﮢ"
}

.ti-heart-discount:before {
    content: "ﮣ"
}

.ti-heart-dollar:before {
    content: "ﮤ"
}

.ti-heart-down:before {
    content: "ﮥ"
}

.ti-heart-exclamation:before {
    content: "ﮦ"
}

.ti-heart-filled:before {
    content: ""
}

.ti-heart-handshake:before {
    content: ""
}

.ti-heart-minus:before {
    content: ""
}

.ti-heart-off:before {
    content: ""
}

.ti-heart-pause:before {
    content: "ﮧ"
}

.ti-heart-pin:before {
    content: "ﮨ"
}

.ti-heart-plus:before {
    content: ""
}

.ti-heart-question:before {
    content: "ﮩ"
}

.ti-heart-rate-monitor:before {
    content: ""
}

.ti-heart-search:before {
    content: "ﮪ"
}

.ti-heart-share:before {
    content: "ﮫ"
}

.ti-heart-spark:before {
    content: "ﾶ"
}

.ti-heart-star:before {
    content: "ﮬ"
}

.ti-heart-up:before {
    content: "ﮭ"
}

.ti-heart-x:before {
    content: "ﮮ"
}

.ti-heartbeat:before {
    content: ""
}

.ti-hearts:before {
    content: ""
}

.ti-hearts-off:before {
    content: ""
}

.ti-helicopter:before {
    content: ""
}

.ti-helicopter-filled:before {
    content: "𐃹"
}

.ti-helicopter-landing:before {
    content: ""
}

.ti-helicopter-landing-filled:before {
    content: "𐃁"
}

.ti-helmet:before {
    content: ""
}

.ti-helmet-off:before {
    content: ""
}

.ti-help:before {
    content: ""
}

.ti-help-circle:before {
    content: "欄"
}

.ti-help-circle-filled:before {
    content: "悔"
}

.ti-help-hexagon:before {
    content: ""
}

.ti-help-hexagon-filled:before {
    content: "慨"
}

.ti-help-octagon:before {
    content: ""
}

.ti-help-octagon-filled:before {
    content: "憎"
}

.ti-help-off:before {
    content: ""
}

.ti-help-small:before {
    content: "爛"
}

.ti-help-square:before {
    content: "鸞"
}

.ti-help-square-filled:before {
    content: "懲"
}

.ti-help-square-rounded:before {
    content: "蘭"
}

.ti-help-square-rounded-filled:before {
    content: "敏"
}

.ti-help-triangle:before {
    content: "嵐"
}

.ti-help-triangle-filled:before {
    content: "既"
}

.ti-hemisphere:before {
    content: "甆"
}

.ti-hemisphere-off:before {
    content: "猪"
}

.ti-hemisphere-plus:before {
    content: "瑱"
}

.ti-hexagon:before {
    content: ""
}

.ti-hexagon-3d:before {
    content: ""
}

.ti-hexagon-filled:before {
    content: ""
}

.ti-hexagon-letter-a:before {
    content: ""
}

.ti-hexagon-letter-a-filled:before {
    content: "﹇"
}

.ti-hexagon-letter-b:before {
    content: ""
}

.ti-hexagon-letter-b-filled:before {
    content: "﹆"
}

.ti-hexagon-letter-c:before {
    content: ""
}

.ti-hexagon-letter-c-filled:before {
    content: "﹅"
}

.ti-hexagon-letter-d:before {
    content: ""
}

.ti-hexagon-letter-d-filled:before {
    content: "﹄"
}

.ti-hexagon-letter-e:before {
    content: ""
}

.ti-hexagon-letter-e-filled:before {
    content: "﹃"
}

.ti-hexagon-letter-f:before {
    content: ""
}

.ti-hexagon-letter-f-filled:before {
    content: "﹂"
}

.ti-hexagon-letter-g:before {
    content: ""
}

.ti-hexagon-letter-g-filled:before {
    content: "﹁"
}

.ti-hexagon-letter-h:before {
    content: ""
}

.ti-hexagon-letter-h-filled:before {
    content: "﹀"
}

.ti-hexagon-letter-i:before {
    content: ""
}

.ti-hexagon-letter-i-filled:before {
    content: "︿"
}

.ti-hexagon-letter-j:before {
    content: ""
}

.ti-hexagon-letter-j-filled:before {
    content: "︾"
}

.ti-hexagon-letter-k:before {
    content: ""
}

.ti-hexagon-letter-k-filled:before {
    content: "︽"
}

.ti-hexagon-letter-l:before {
    content: ""
}

.ti-hexagon-letter-l-filled:before {
    content: "︼"
}

.ti-hexagon-letter-m:before {
    content: ""
}

.ti-hexagon-letter-m-filled:before {
    content: "︻"
}

.ti-hexagon-letter-n:before {
    content: ""
}

.ti-hexagon-letter-n-filled:before {
    content: "︺"
}

.ti-hexagon-letter-o:before {
    content: ""
}

.ti-hexagon-letter-o-filled:before {
    content: "︹"
}

.ti-hexagon-letter-p:before {
    content: ""
}

.ti-hexagon-letter-p-filled:before {
    content: "︸"
}

.ti-hexagon-letter-q:before {
    content: ""
}

.ti-hexagon-letter-q-filled:before {
    content: "︷"
}

.ti-hexagon-letter-r:before {
    content: ""
}

.ti-hexagon-letter-r-filled:before {
    content: "︶"
}

.ti-hexagon-letter-s:before {
    content: ""
}

.ti-hexagon-letter-s-filled:before {
    content: "︵"
}

.ti-hexagon-letter-t:before {
    content: ""
}

.ti-hexagon-letter-t-filled:before {
    content: "︴"
}

.ti-hexagon-letter-u:before {
    content: ""
}

.ti-hexagon-letter-u-filled:before {
    content: "︳"
}

.ti-hexagon-letter-v:before {
    content: ""
}

.ti-hexagon-letter-v-filled:before {
    content: "︲"
}

.ti-hexagon-letter-w:before {
    content: ""
}

.ti-hexagon-letter-w-filled:before {
    content: "︱"
}

.ti-hexagon-letter-x:before {
    content: ""
}

.ti-hexagon-letter-x-filled:before {
    content: "︰"
}

.ti-hexagon-letter-y:before {
    content: ""
}

.ti-hexagon-letter-y-filled:before {
    content: "︯"
}

.ti-hexagon-letter-z:before {
    content: ""
}

.ti-hexagon-letter-z-filled:before {
    content: "︮"
}

.ti-hexagon-minus:before {
    content: "ﲏ"
}

.ti-hexagon-minus-2:before {
    content: "ﲎ"
}

.ti-hexagon-minus-filled:before {
    content: "︭"
}

.ti-hexagon-number-0:before {
    content: ""
}

.ti-hexagon-number-0-filled:before {
    content: ""
}

.ti-hexagon-number-1:before {
    content: ""
}

.ti-hexagon-number-1-filled:before {
    content: ""
}

.ti-hexagon-number-2:before {
    content: ""
}

.ti-hexagon-number-2-filled:before {
    content: ""
}

.ti-hexagon-number-3:before {
    content: ""
}

.ti-hexagon-number-3-filled:before {
    content: ""
}

.ti-hexagon-number-4:before {
    content: ""
}

.ti-hexagon-number-4-filled:before {
    content: ""
}

.ti-hexagon-number-5:before {
    content: ""
}

.ti-hexagon-number-5-filled:before {
    content: ""
}

.ti-hexagon-number-6:before {
    content: ""
}

.ti-hexagon-number-6-filled:before {
    content: ""
}

.ti-hexagon-number-7:before {
    content: ""
}

.ti-hexagon-number-7-filled:before {
    content: ""
}

.ti-hexagon-number-8:before {
    content: ""
}

.ti-hexagon-number-8-filled:before {
    content: ""
}

.ti-hexagon-number-9:before {
    content: ""
}

.ti-hexagon-number-9-filled:before {
    content: ""
}

.ti-hexagon-off:before {
    content: ""
}

.ti-hexagon-plus:before {
    content: "ﱅ"
}

.ti-hexagon-plus-2:before {
    content: "ﲐ"
}

.ti-hexagon-plus-filled:before {
    content: "︬"
}

.ti-hexagonal-prism:before {
    content: "瘟"
}

.ti-hexagonal-prism-off:before {
    content: "画"
}

.ti-hexagonal-prism-plus:before {
    content: "瘝"
}

.ti-hexagonal-pyramid:before {
    content: "直"
}

.ti-hexagonal-pyramid-off:before {
    content: "益"
}

.ti-hexagonal-pyramid-plus:before {
    content: "盛"
}

.ti-hexagons:before {
    content: ""
}

.ti-hexagons-off:before {
    content: ""
}

.ti-hierarchy:before {
    content: ""
}

.ti-hierarchy-2:before {
    content: ""
}

.ti-hierarchy-3:before {
    content: ""
}

.ti-hierarchy-off:before {
    content: ""
}

.ti-highlight:before {
    content: ""
}

.ti-highlight-off:before {
    content: ""
}

.ti-history:before {
    content: ""
}

.ti-history-off:before {
    content: ""
}

.ti-history-toggle:before {
    content: ""
}

.ti-home:before {
    content: ""
}

.ti-home-2:before {
    content: ""
}

.ti-home-bitcoin:before {
    content: "Ｚ"
}

.ti-home-bolt:before {
    content: ""
}

.ti-home-cancel:before {
    content: ""
}

.ti-home-check:before {
    content: ""
}

.ti-home-cog:before {
    content: ""
}

.ti-home-dollar:before {
    content: ""
}

.ti-home-dot:before {
    content: ""
}

.ti-home-down:before {
    content: ""
}

.ti-home-eco:before {
    content: ""
}

.ti-home-edit:before {
    content: ""
}

.ti-home-exclamation:before {
    content: ""
}

.ti-home-filled:before {
    content: "︫"
}

.ti-home-hand:before {
    content: ""
}

.ti-home-heart:before {
    content: ""
}

.ti-home-infinity:before {
    content: ""
}

.ti-home-link:before {
    content: ""
}

.ti-home-minus:before {
    content: ""
}

.ti-home-move:before {
    content: ""
}

.ti-home-off:before {
    content: ""
}

.ti-home-plus:before {
    content: ""
}

.ti-home-question:before {
    content: ""
}

.ti-home-ribbon:before {
    content: ""
}

.ti-home-search:before {
    content: ""
}

.ti-home-share:before {
    content: ""
}

.ti-home-shield:before {
    content: ""
}

.ti-home-signal:before {
    content: ""
}

.ti-home-spark:before {
    content: "ﾵ"
}

.ti-home-star:before {
    content: ""
}

.ti-home-stats:before {
    content: ""
}

.ti-home-up:before {
    content: ""
}

.ti-home-x:before {
    content: ""
}

.ti-horse:before {
    content: "ﱆ"
}

.ti-horse-toy:before {
    content: ""
}

.ti-horseshoe:before {
    content: "ﲷ"
}

.ti-hospital:before {
    content: "ﵙ"
}

.ti-hospital-circle:before {
    content: "ﵘ"
}

.ti-hospital-circle-filled:before {
    content: "ﻒ"
}

.ti-hotel-service:before {
    content: ""
}

.ti-hourglass:before {
    content: ""
}

.ti-hourglass-empty:before {
    content: ""
}

.ti-hourglass-filled:before {
    content: ""
}

.ti-hourglass-high:before {
    content: ""
}

.ti-hourglass-low:before {
    content: ""
}

.ti-hourglass-off:before {
    content: ""
}

.ti-hours-12:before {
    content: "ﱓ"
}

.ti-hours-24:before {
    content: ""
}

.ti-html:before {
    content: ""
}

.ti-http-connect:before {
    content: "﨨"
}

.ti-http-connect-off:before {
    content: "𐃧"
}

.ti-http-delete:before {
    content: "﨩"
}

.ti-http-delete-off:before {
    content: "𐃦"
}

.ti-http-get:before {
    content: "飯"
}

.ti-http-get-off:before {
    content: "𐃥"
}

.ti-http-head:before {
    content: "飼"
}

.ti-http-head-off:before {
    content: "𐃤"
}

.ti-http-options:before {
    content: "館"
}

.ti-http-options-off:before {
    content: "𐃣"
}

.ti-http-patch:before {
    content: "鶴"
}

.ti-http-patch-off:before {
    content: "𐃢"
}

.ti-http-post:before {
    content: "郞"
}

.ti-http-post-off:before {
    content: "𐃡"
}

.ti-http-put:before {
    content: "隷"
}

.ti-http-put-off:before {
    content: "𐃠"
}

.ti-http-que:before {
    content: "者"
}

.ti-http-que-off:before {
    content: "𐃟"
}

.ti-http-trace:before {
    content: "侮"
}

.ti-http-trace-off:before {
    content: "𐃞"
}

.ti-ice-cream:before {
    content: ""
}

.ti-ice-cream-2:before {
    content: ""
}

.ti-ice-cream-off:before {
    content: ""
}

.ti-ice-skating:before {
    content: ""
}

.ti-icons:before {
    content: ""
}

.ti-icons-filled:before {
    content: "𐁰"
}

.ti-icons-off:before {
    content: ""
}

.ti-id:before {
    content: ""
}

.ti-id-badge:before {
    content: ""
}

.ti-id-badge-2:before {
    content: ""
}

.ti-id-badge-off:before {
    content: ""
}

.ti-id-off:before {
    content: ""
}

.ti-ikosaedr:before {
    content: "ﻆ"
}

.ti-image-in-picture:before {
    content: "ﶟ"
}

.ti-inbox:before {
    content: ""
}

.ti-inbox-off:before {
    content: ""
}

.ti-indent-decrease:before {
    content: ""
}

.ti-indent-increase:before {
    content: ""
}

.ti-infinity:before {
    content: ""
}

.ti-infinity-off:before {
    content: ""
}

.ti-info-circle:before {
    content: ""
}

.ti-info-circle-filled:before {
    content: ""
}

.ti-info-hexagon:before {
    content: ""
}

.ti-info-hexagon-filled:before {
    content: "暑"
}

.ti-info-octagon:before {
    content: ""
}

.ti-info-octagon-filled:before {
    content: "梅"
}

.ti-info-small:before {
    content: "濫"
}

.ti-info-square:before {
    content: ""
}

.ti-info-square-filled:before {
    content: "海"
}

.ti-info-square-rounded:before {
    content: ""
}

.ti-info-square-rounded-filled:before {
    content: ""
}

.ti-info-triangle:before {
    content: "藍"
}

.ti-info-triangle-filled:before {
    content: "渚"
}

.ti-inner-shadow-bottom:before {
    content: ""
}

.ti-inner-shadow-bottom-filled:before {
    content: ""
}

.ti-inner-shadow-bottom-left:before {
    content: ""
}

.ti-inner-shadow-bottom-left-filled:before {
    content: ""
}

.ti-inner-shadow-bottom-right:before {
    content: ""
}

.ti-inner-shadow-bottom-right-filled:before {
    content: ""
}

.ti-inner-shadow-left:before {
    content: ""
}

.ti-inner-shadow-left-filled:before {
    content: ""
}

.ti-inner-shadow-right:before {
    content: ""
}

.ti-inner-shadow-right-filled:before {
    content: ""
}

.ti-inner-shadow-top:before {
    content: ""
}

.ti-inner-shadow-top-filled:before {
    content: ""
}

.ti-inner-shadow-top-left:before {
    content: ""
}

.ti-inner-shadow-top-left-filled:before {
    content: ""
}

.ti-inner-shadow-top-right:before {
    content: ""
}

.ti-inner-shadow-top-right-filled:before {
    content: ""
}

.ti-input-ai:before {
    content: "ﱚ"
}

.ti-input-check:before {
    content: "ﱛ"
}

.ti-input-search:before {
    content: ""
}

.ti-input-spark:before {
    content: "ﾴ"
}

.ti-input-x:before {
    content: "ﱜ"
}

.ti-invoice:before {
    content: "ﺫ"
}

.ti-ironing:before {
    content: "塚"
}

.ti-ironing-1:before {
    content: ""
}

.ti-ironing-1-filled:before {
    content: "𐁯"
}

.ti-ironing-2:before {
    content: ""
}

.ti-ironing-2-filled:before {
    content: "𐁮"
}

.ti-ironing-3:before {
    content: ""
}

.ti-ironing-3-filled:before {
    content: "𐁭"
}

.ti-ironing-filled:before {
    content: "︪"
}

.ti-ironing-off:before {
    content: ""
}

.ti-ironing-steam:before {
    content: ""
}

.ti-ironing-steam-filled:before {
    content: "𐁬"
}

.ti-ironing-steam-off:before {
    content: ""
}

.ti-irregular-polyhedron:before {
    content: "磌"
}

.ti-irregular-polyhedron-off:before {
    content: "睊"
}

.ti-irregular-polyhedron-plus:before {
    content: "着"
}

.ti-italic:before {
    content: ""
}

.ti-jacket:before {
    content: ""
}

.ti-jetpack:before {
    content: ""
}

.ti-jetpack-filled:before {
    content: "︩"
}

.ti-jewish-star:before {
    content: ""
}

.ti-jewish-star-filled:before {
    content: ""
}

.ti-join-bevel:before {
    content: "ｌ"
}

.ti-join-round:before {
    content: "ｋ"
}

.ti-join-straight:before {
    content: "ｊ"
}

.ti-joker:before {
    content: "𐁟"
}

.ti-jpg:before {
    content: ""
}

.ti-json:before {
    content: ""
}

.ti-jump-rope:before {
    content: ""
}

.ti-karate:before {
    content: ""
}

.ti-kayak:before {
    content: ""
}

.ti-kerning:before {
    content: ""
}

.ti-key:before {
    content: ""
}

.ti-key-filled:before {
    content: "︨"
}

.ti-key-off:before {
    content: ""
}

.ti-keyboard:before {
    content: ""
}

.ti-keyboard-filled:before {
    content: "𐂢"
}

.ti-keyboard-hide:before {
    content: ""
}

.ti-keyboard-off:before {
    content: ""
}

.ti-keyboard-show:before {
    content: ""
}

.ti-keyframe:before {
    content: ""
}

.ti-keyframe-align-center:before {
    content: ""
}

.ti-keyframe-align-center-filled:before {
    content: "ﰰ"
}

.ti-keyframe-align-horizontal:before {
    content: ""
}

.ti-keyframe-align-horizontal-filled:before {
    content: "ﰱ"
}

.ti-keyframe-align-vertical:before {
    content: ""
}

.ti-keyframe-align-vertical-filled:before {
    content: "ﰲ"
}

.ti-keyframe-filled:before {
    content: "ﰳ"
}

.ti-keyframes:before {
    content: ""
}

.ti-keyframes-filled:before {
    content: "ﰴ"
}

.ti-label:before {
    content: "Ｘ"
}

.ti-label-filled:before {
    content: "ａ"
}

.ti-label-important:before {
    content: "ｉ"
}

.ti-label-important-filled:before {
    content: "｠"
}

.ti-label-off:before {
    content: "Ｙ"
}

.ti-ladder:before {
    content: ""
}

.ti-ladder-off:before {
    content: ""
}

.ti-ladle:before {
    content: "ﰔ"
}

.ti-lambda:before {
    content: ""
}

.ti-lamp:before {
    content: ""
}

.ti-lamp-2:before {
    content: ""
}

.ti-lamp-off:before {
    content: ""
}

.ti-lane:before {
    content: "﫹"
}

.ti-language:before {
    content: ""
}

.ti-language-hiragana:before {
    content: ""
}

.ti-language-katakana:before {
    content: ""
}

.ti-language-off:before {
    content: ""
}

.ti-lasso:before {
    content: ""
}

.ti-lasso-off:before {
    content: ""
}

.ti-lasso-polygon:before {
    content: ""
}

.ti-lasso-polygon-filled:before {
    content: "｟"
}

.ti-laurel-wreath:before {
    content: "ｅ"
}

.ti-laurel-wreath-1:before {
    content: "ｈ"
}

.ti-laurel-wreath-1-filled:before {
    content: "𐅩"
}

.ti-laurel-wreath-2:before {
    content: "ｇ"
}

.ti-laurel-wreath-2-filled:before {
    content: "𐅨"
}

.ti-laurel-wreath-3:before {
    content: "ｆ"
}

.ti-laurel-wreath-3-filled:before {
    content: "𐅧"
}

.ti-laurel-wreath-filled:before {
    content: "𐃀"
}

.ti-layers-difference:before {
    content: ""
}

.ti-layers-intersect:before {
    content: ""
}

.ti-layers-intersect-2:before {
    content: ""
}

.ti-layers-linked:before {
    content: ""
}

.ti-layers-off:before {
    content: ""
}

.ti-layers-selected:before {
    content: "ﺩ"
}

.ti-layers-selected-bottom:before {
    content: "ﺪ"
}

.ti-layers-subtract:before {
    content: ""
}

.ti-layers-union:before {
    content: ""
}

.ti-layout:before {
    content: ""
}

.ti-layout-2:before {
    content: ""
}

.ti-layout-2-filled:before {
    content: "︧"
}

.ti-layout-align-bottom:before {
    content: ""
}

.ti-layout-align-bottom-filled:before {
    content: "︦"
}

.ti-layout-align-center:before {
    content: ""
}

.ti-layout-align-center-filled:before {
    content: "︥"
}

.ti-layout-align-left:before {
    content: ""
}

.ti-layout-align-left-filled:before {
    content: "︤"
}

.ti-layout-align-middle:before {
    content: ""
}

.ti-layout-align-middle-filled:before {
    content: "︣"
}

.ti-layout-align-right:before {
    content: ""
}

.ti-layout-align-right-filled:before {
    content: "︢"
}

.ti-layout-align-top:before {
    content: ""
}

.ti-layout-align-top-filled:before {
    content: "︡"
}

.ti-layout-board:before {
    content: ""
}

.ti-layout-board-split:before {
    content: ""
}

.ti-layout-bottombar:before {
    content: ""
}

.ti-layout-bottombar-collapse:before {
    content: ""
}

.ti-layout-bottombar-collapse-filled:before {
    content: "ﰵ"
}

.ti-layout-bottombar-expand:before {
    content: ""
}

.ti-layout-bottombar-expand-filled:before {
    content: "ﰶ"
}

.ti-layout-bottombar-filled:before {
    content: "ﰷ"
}

.ti-layout-bottombar-inactive:before {
    content: "﵅"
}

.ti-layout-cards:before {
    content: ""
}

.ti-layout-cards-filled:before {
    content: "︠"
}

.ti-layout-collage:before {
    content: ""
}

.ti-layout-columns:before {
    content: ""
}

.ti-layout-dashboard:before {
    content: ""
}

.ti-layout-dashboard-filled:before {
    content: "︟"
}

.ti-layout-distribute-horizontal:before {
    content: ""
}

.ti-layout-distribute-horizontal-filled:before {
    content: "︞"
}

.ti-layout-distribute-vertical:before {
    content: ""
}

.ti-layout-distribute-vertical-filled:before {
    content: "︝"
}

.ti-layout-filled:before {
    content: "︗"
}

.ti-layout-grid:before {
    content: ""
}

.ti-layout-grid-add:before {
    content: ""
}

.ti-layout-grid-filled:before {
    content: "︜"
}

.ti-layout-grid-remove:before {
    content: "墳"
}

.ti-layout-kanban:before {
    content: ""
}

.ti-layout-kanban-filled:before {
    content: "︛"
}

.ti-layout-list:before {
    content: ""
}

.ti-layout-list-filled:before {
    content: "︚"
}

.ti-layout-navbar:before {
    content: ""
}

.ti-layout-navbar-collapse:before {
    content: ""
}

.ti-layout-navbar-collapse-filled:before {
    content: "ﰸ"
}

.ti-layout-navbar-expand:before {
    content: ""
}

.ti-layout-navbar-expand-filled:before {
    content: "ﰹ"
}

.ti-layout-navbar-filled:before {
    content: "ﰺ"
}

.ti-layout-navbar-inactive:before {
    content: "﵆"
}

.ti-layout-off:before {
    content: ""
}

.ti-layout-rows:before {
    content: ""
}

.ti-layout-sidebar:before {
    content: ""
}

.ti-layout-sidebar-filled:before {
    content: "︘"
}

.ti-layout-sidebar-inactive:before {
    content: "﵇"
}

.ti-layout-sidebar-left-collapse:before {
    content: ""
}

.ti-layout-sidebar-left-collapse-filled:before {
    content: "ﰻ"
}

.ti-layout-sidebar-left-expand:before {
    content: ""
}

.ti-layout-sidebar-left-expand-filled:before {
    content: "ﰼ"
}

.ti-layout-sidebar-right:before {
    content: ""
}

.ti-layout-sidebar-right-collapse:before {
    content: ""
}

.ti-layout-sidebar-right-collapse-filled:before {
    content: "ﰽ"
}

.ti-layout-sidebar-right-expand:before {
    content: ""
}

.ti-layout-sidebar-right-expand-filled:before {
    content: "ﰾ"
}

.ti-layout-sidebar-right-filled:before {
    content: "︙"
}

.ti-layout-sidebar-right-inactive:before {
    content: "﵈"
}

.ti-leaf:before {
    content: ""
}

.ti-leaf-2:before {
    content: "ｄ"
}

.ti-leaf-off:before {
    content: ""
}

.ti-lego:before {
    content: ""
}

.ti-lego-filled:before {
    content: "︖"
}

.ti-lego-off:before {
    content: ""
}

.ti-lemon:before {
    content: ""
}

.ti-lemon-2:before {
    content: ""
}

.ti-lemon-2-filled:before {
    content: "𐂿"
}

.ti-letter-a:before {
    content: ""
}

.ti-letter-a-small:before {
    content: "ﳇ"
}

.ti-letter-b:before {
    content: ""
}

.ti-letter-b-small:before {
    content: "ﳈ"
}

.ti-letter-c:before {
    content: ""
}

.ti-letter-c-small:before {
    content: "ﳉ"
}

.ti-letter-case:before {
    content: ""
}

.ti-letter-case-lower:before {
    content: ""
}

.ti-letter-case-toggle:before {
    content: ""
}

.ti-letter-case-upper:before {
    content: ""
}

.ti-letter-d:before {
    content: ""
}

.ti-letter-d-small:before {
    content: "ﳊ"
}

.ti-letter-e:before {
    content: ""
}

.ti-letter-e-small:before {
    content: "ﳋ"
}

.ti-letter-f:before {
    content: ""
}

.ti-letter-f-small:before {
    content: "ﳌ"
}

.ti-letter-g:before {
    content: ""
}

.ti-letter-g-small:before {
    content: "ﳍ"
}

.ti-letter-h:before {
    content: ""
}

.ti-letter-h-small:before {
    content: "ﳎ"
}

.ti-letter-i:before {
    content: ""
}

.ti-letter-i-small:before {
    content: "ﳏ"
}

.ti-letter-j:before {
    content: ""
}

.ti-letter-j-small:before {
    content: "ﳐ"
}

.ti-letter-k:before {
    content: ""
}

.ti-letter-k-small:before {
    content: "ﳑ"
}

.ti-letter-l:before {
    content: ""
}

.ti-letter-l-small:before {
    content: "ﳒ"
}

.ti-letter-m:before {
    content: ""
}

.ti-letter-m-small:before {
    content: "ﳓ"
}

.ti-letter-n:before {
    content: ""
}

.ti-letter-n-small:before {
    content: "ﳔ"
}

.ti-letter-o:before {
    content: ""
}

.ti-letter-o-small:before {
    content: "ﳕ"
}

.ti-letter-p:before {
    content: ""
}

.ti-letter-p-small:before {
    content: "ﳖ"
}

.ti-letter-q:before {
    content: ""
}

.ti-letter-q-small:before {
    content: "ﳗ"
}

.ti-letter-r:before {
    content: ""
}

.ti-letter-r-small:before {
    content: "ﳘ"
}

.ti-letter-s:before {
    content: ""
}

.ti-letter-s-small:before {
    content: "ﳙ"
}

.ti-letter-spacing:before {
    content: ""
}

.ti-letter-t:before {
    content: ""
}

.ti-letter-t-small:before {
    content: "ﳚ"
}

.ti-letter-u:before {
    content: ""
}

.ti-letter-u-small:before {
    content: "ﳛ"
}

.ti-letter-v:before {
    content: ""
}

.ti-letter-v-small:before {
    content: "ﳜ"
}

.ti-letter-w:before {
    content: ""
}

.ti-letter-w-small:before {
    content: "ﳝ"
}

.ti-letter-x:before {
    content: ""
}

.ti-letter-x-small:before {
    content: "ﳞ"
}

.ti-letter-y:before {
    content: ""
}

.ti-letter-y-small:before {
    content: "ﳟ"
}

.ti-letter-z:before {
    content: ""
}

.ti-letter-z-small:before {
    content: "ﳠ"
}

.ti-library:before {
    content: "﵌"
}

.ti-library-minus:before {
    content: "﵉"
}

.ti-library-photo:before {
    content: "﵊"
}

.ti-library-plus:before {
    content: "﵋"
}

.ti-license:before {
    content: ""
}

.ti-license-off:before {
    content: ""
}

.ti-lifebuoy:before {
    content: ""
}

.ti-lifebuoy-filled:before {
    content: "𐂾"
}

.ti-lifebuoy-off:before {
    content: ""
}

.ti-lighter:before {
    content: ""
}

.ti-line:before {
    content: ""
}

.ti-line-dashed:before {
    content: ""
}

.ti-line-dotted:before {
    content: ""
}

.ti-line-height:before {
    content: ""
}

.ti-line-scan:before {
    content: "ﲸ"
}

.ti-link:before {
    content: ""
}

.ti-link-minus:before {
    content: "ﴖ"
}

.ti-link-off:before {
    content: ""
}

.ti-link-plus:before {
    content: "ﴗ"
}

.ti-list:before {
    content: ""
}

.ti-list-check:before {
    content: ""
}

.ti-list-details:before {
    content: ""
}

.ti-list-letters:before {
    content: "ﱇ"
}

.ti-list-numbers:before {
    content: ""
}

.ti-list-search:before {
    content: ""
}

.ti-list-tree:before {
    content: "﫺"
}

.ti-live-photo:before {
    content: ""
}

.ti-live-photo-filled:before {
    content: "ﻑ"
}

.ti-live-photo-off:before {
    content: ""
}

.ti-live-view:before {
    content: ""
}

.ti-live-view-filled:before {
    content: "𐂡"
}

.ti-load-balancer:before {
    content: "臭"
}

.ti-loader:before {
    content: ""
}

.ti-loader-2:before {
    content: ""
}

.ti-loader-3:before {
    content: ""
}

.ti-loader-quarter:before {
    content: ""
}

.ti-location:before {
    content: ""
}

.ti-location-bolt:before {
    content: "ﮯ"
}

.ti-location-broken:before {
    content: ""
}

.ti-location-cancel:before {
    content: "ﮰ"
}

.ti-location-check:before {
    content: "ﮱ"
}

.ti-location-code:before {
    content: "﮲"
}

.ti-location-cog:before {
    content: "﮳"
}

.ti-location-discount:before {
    content: "﮴"
}

.ti-location-dollar:before {
    content: "﮵"
}

.ti-location-down:before {
    content: "﮶"
}

.ti-location-exclamation:before {
    content: "﮷"
}

.ti-location-filled:before {
    content: ""
}

.ti-location-heart:before {
    content: "﮸"
}

.ti-location-minus:before {
    content: "﮹"
}

.ti-location-off:before {
    content: ""
}

.ti-location-pause:before {
    content: "﮺"
}

.ti-location-pin:before {
    content: "﮻"
}

.ti-location-plus:before {
    content: "﮼"
}

.ti-location-question:before {
    content: "﮽"
}

.ti-location-search:before {
    content: "﮾"
}

.ti-location-share:before {
    content: "﮿"
}

.ti-location-star:before {
    content: "﯀"
}

.ti-location-up:before {
    content: "﯁"
}

.ti-location-x:before {
    content: "﯂"
}

.ti-lock:before {
    content: ""
}

.ti-lock-access:before {
    content: ""
}

.ti-lock-access-off:before {
    content: ""
}

.ti-lock-bitcoin:before {
    content: "Ｗ"
}

.ti-lock-bolt:before {
    content: "襤"
}

.ti-lock-cancel:before {
    content: "拉"
}

.ti-lock-check:before {
    content: "臘"
}

.ti-lock-code:before {
    content: "蠟"
}

.ti-lock-cog:before {
    content: "廊"
}

.ti-lock-dollar:before {
    content: "朗"
}

.ti-lock-down:before {
    content: "浪"
}

.ti-lock-exclamation:before {
    content: "狼"
}

.ti-lock-filled:before {
    content: "︕"
}

.ti-lock-heart:before {
    content: "郎"
}

.ti-lock-minus:before {
    content: "來"
}

.ti-lock-off:before {
    content: ""
}

.ti-lock-open:before {
    content: ""
}

.ti-lock-open-2:before {
    content: "ﺨ"
}

.ti-lock-open-off:before {
    content: ""
}

.ti-lock-password:before {
    content: "ﾟ"
}

.ti-lock-pause:before {
    content: "冷"
}

.ti-lock-pin:before {
    content: "勞"
}

.ti-lock-plus:before {
    content: "擄"
}

.ti-lock-question:before {
    content: "櫓"
}

.ti-lock-search:before {
    content: "爐"
}

.ti-lock-share:before {
    content: "盧"
}

.ti-lock-square:before {
    content: ""
}

.ti-lock-square-rounded:before {
    content: ""
}

.ti-lock-square-rounded-filled:before {
    content: ""
}

.ti-lock-star:before {
    content: "老"
}

.ti-lock-up:before {
    content: "蘆"
}

.ti-lock-x:before {
    content: "虜"
}

.ti-logic-and:before {
    content: ""
}

.ti-logic-buffer:before {
    content: ""
}

.ti-logic-nand:before {
    content: ""
}

.ti-logic-nor:before {
    content: ""
}

.ti-logic-not:before {
    content: ""
}

.ti-logic-or:before {
    content: ""
}

.ti-logic-xnor:before {
    content: ""
}

.ti-logic-xor:before {
    content: ""
}

.ti-login:before {
    content: ""
}

.ti-login-2:before {
    content: "ﱶ"
}

.ti-logout:before {
    content: ""
}

.ti-logout-2:before {
    content: "奄"
}

.ti-logs:before {
    content: "ﺧ"
}

.ti-lollipop:before {
    content: ""
}

.ti-lollipop-off:before {
    content: ""
}

.ti-luggage:before {
    content: ""
}

.ti-luggage-off:before {
    content: ""
}

.ti-lungs:before {
    content: ""
}

.ti-lungs-filled:before {
    content: "︔"
}

.ti-lungs-off:before {
    content: ""
}

.ti-macro:before {
    content: ""
}

.ti-macro-filled:before {
    content: "︓"
}

.ti-macro-off:before {
    content: ""
}

.ti-magnet:before {
    content: ""
}

.ti-magnet-filled:before {
    content: "︒"
}

.ti-magnet-off:before {
    content: ""
}

.ti-magnetic:before {
    content: "ﲹ"
}

.ti-mail:before {
    content: ""
}

.ti-mail-ai:before {
    content: "僧"
}

.ti-mail-bitcoin:before {
    content: "Ｖ"
}

.ti-mail-bolt:before {
    content: "路"
}

.ti-mail-cancel:before {
    content: "露"
}

.ti-mail-check:before {
    content: "魯"
}

.ti-mail-code:before {
    content: "鷺"
}

.ti-mail-cog:before {
    content: "碌"
}

.ti-mail-dollar:before {
    content: "祿"
}

.ti-mail-down:before {
    content: "綠"
}

.ti-mail-exclamation:before {
    content: "菉"
}

.ti-mail-fast:before {
    content: ""
}

.ti-mail-filled:before {
    content: "漢"
}

.ti-mail-forward:before {
    content: ""
}

.ti-mail-heart:before {
    content: "錄"
}

.ti-mail-minus:before {
    content: "鹿"
}

.ti-mail-off:before {
    content: ""
}

.ti-mail-opened:before {
    content: ""
}

.ti-mail-opened-filled:before {
    content: "煮"
}

.ti-mail-pause:before {
    content: "論"
}

.ti-mail-pin:before {
    content: "壟"
}

.ti-mail-plus:before {
    content: "弄"
}

.ti-mail-question:before {
    content: "籠"
}

.ti-mail-search:before {
    content: "聾"
}

.ti-mail-share:before {
    content: "牢"
}

.ti-mail-spark:before {
    content: "ﾳ"
}

.ti-mail-star:before {
    content: "磊"
}

.ti-mail-up:before {
    content: "賂"
}

.ti-mail-x:before {
    content: "雷"
}

.ti-mailbox:before {
    content: ""
}

.ti-mailbox-off:before {
    content: ""
}

.ti-man:before {
    content: ""
}

.ti-man-filled:before {
    content: "︑"
}

.ti-manual-gearbox:before {
    content: ""
}

.ti-manual-gearbox-filled:before {
    content: "︐"
}

.ti-map:before {
    content: ""
}

.ti-map-2:before {
    content: ""
}

.ti-map-bolt:before {
    content: "﯃"
}

.ti-map-cancel:before {
    content: "﯄"
}

.ti-map-check:before {
    content: "﯅"
}

.ti-map-code:before {
    content: "﯆"
}

.ti-map-cog:before {
    content: "﯇"
}

.ti-map-discount:before {
    content: "﯈"
}

.ti-map-dollar:before {
    content: "﯉"
}

.ti-map-down:before {
    content: "﯊"
}

.ti-map-east:before {
    content: "ﱝ"
}

.ti-map-exclamation:before {
    content: "﯋"
}

.ti-map-heart:before {
    content: "﯌"
}

.ti-map-minus:before {
    content: "﯍"
}

.ti-map-north:before {
    content: "ﱞ"
}

.ti-map-off:before {
    content: ""
}

.ti-map-pause:before {
    content: "﯎"
}

.ti-map-pin:before {
    content: ""
}

.ti-map-pin-2:before {
    content: "ﱈ"
}

.ti-map-pin-bolt:before {
    content: "壘"
}

.ti-map-pin-cancel:before {
    content: "屢"
}

.ti-map-pin-check:before {
    content: "樓"
}

.ti-map-pin-code:before {
    content: "淚"
}

.ti-map-pin-cog:before {
    content: "漏"
}

.ti-map-pin-dollar:before {
    content: "累"
}

.ti-map-pin-down:before {
    content: "縷"
}

.ti-map-pin-exclamation:before {
    content: "陋"
}

.ti-map-pin-filled:before {
    content: ""
}

.ti-map-pin-heart:before {
    content: "勒"
}

.ti-map-pin-minus:before {
    content: "肋"
}

.ti-map-pin-off:before {
    content: ""
}

.ti-map-pin-pause:before {
    content: "凜"
}

.ti-map-pin-pin:before {
    content: "凌"
}

.ti-map-pin-plus:before {
    content: "稜"
}

.ti-map-pin-question:before {
    content: "綾"
}

.ti-map-pin-search:before {
    content: "菱"
}

.ti-map-pin-share:before {
    content: ""
}

.ti-map-pin-star:before {
    content: "陵"
}

.ti-map-pin-up:before {
    content: "讀"
}

.ti-map-pin-x:before {
    content: "拏"
}

.ti-map-pins:before {
    content: ""
}

.ti-map-plus:before {
    content: "﯏"
}

.ti-map-question:before {
    content: "﯐"
}

.ti-map-route:before {
    content: "ﱹ"
}

.ti-map-search:before {
    content: ""
}

.ti-map-share:before {
    content: "﯑"
}

.ti-map-south:before {
    content: "ﱟ"
}

.ti-map-star:before {
    content: "﯒"
}

.ti-map-up:before {
    content: "ﯓ"
}

.ti-map-west:before {
    content: "ﱠ"
}

.ti-map-x:before {
    content: "ﯔ"
}

.ti-markdown:before {
    content: ""
}

.ti-markdown-off:before {
    content: ""
}

.ti-marquee:before {
    content: ""
}

.ti-marquee-2:before {
    content: ""
}

.ti-marquee-off:before {
    content: ""
}

.ti-mars:before {
    content: ""
}

.ti-mask:before {
    content: ""
}

.ti-mask-off:before {
    content: ""
}

.ti-masks-theater:before {
    content: ""
}

.ti-masks-theater-off:before {
    content: ""
}

.ti-massage:before {
    content: ""
}

.ti-matchstick:before {
    content: ""
}

.ti-math:before {
    content: ""
}

.ti-math-1-divide-2:before {
    content: ""
}

.ti-math-1-divide-3:before {
    content: ""
}

.ti-math-avg:before {
    content: ""
}

.ti-math-cos:before {
    content: "？"
}

.ti-math-ctg:before {
    content: "Ｕ"
}

.ti-math-equal-greater:before {
    content: ""
}

.ti-math-equal-lower:before {
    content: ""
}

.ti-math-function:before {
    content: ""
}

.ti-math-function-off:before {
    content: ""
}

.ti-math-function-y:before {
    content: ""
}

.ti-math-greater:before {
    content: ""
}

.ti-math-integral:before {
    content: ""
}

.ti-math-integral-x:before {
    content: ""
}

.ti-math-integrals:before {
    content: ""
}

.ti-math-lower:before {
    content: ""
}

.ti-math-max:before {
    content: ""
}

.ti-math-max-min:before {
    content: "ﶠ"
}

.ti-math-min:before {
    content: ""
}

.ti-math-not:before {
    content: ""
}

.ti-math-off:before {
    content: ""
}

.ti-math-pi:before {
    content: ""
}

.ti-math-pi-divide-2:before {
    content: ""
}

.ti-math-sec:before {
    content: "Ｔ"
}

.ti-math-sin:before {
    content: "＞"
}

.ti-math-symbols:before {
    content: ""
}

.ti-math-tg:before {
    content: "Ｓ"
}

.ti-math-x-divide-2:before {
    content: ""
}

.ti-math-x-divide-y:before {
    content: ""
}

.ti-math-x-divide-y-2:before {
    content: ""
}

.ti-math-x-floor-divide-y:before {
    content: "𐁳"
}

.ti-math-x-minus-x:before {
    content: ""
}

.ti-math-x-minus-y:before {
    content: ""
}

.ti-math-x-plus-x:before {
    content: ""
}

.ti-math-x-plus-y:before {
    content: ""
}

.ti-math-xy:before {
    content: ""
}

.ti-math-y-minus-y:before {
    content: ""
}

.ti-math-y-plus-y:before {
    content: ""
}

.ti-matrix:before {
    content: "𐂼"
}

.ti-maximize:before {
    content: ""
}

.ti-maximize-off:before {
    content: ""
}

.ti-meat:before {
    content: ""
}

.ti-meat-off:before {
    content: ""
}

.ti-medal:before {
    content: ""
}

.ti-medal-2:before {
    content: ""
}

.ti-medical-cross:before {
    content: ""
}

.ti-medical-cross-circle:before {
    content: "﫨"
}

.ti-medical-cross-filled:before {
    content: ""
}

.ti-medical-cross-off:before {
    content: ""
}

.ti-medicine-syrup:before {
    content: ""
}

.ti-meeple:before {
    content: ""
}

.ti-meeple-filled:before {
    content: "𐂠"
}

.ti-melon:before {
    content: "ﱺ"
}

.ti-melon-filled:before {
    content: "𐀎"
}

.ti-menorah:before {
    content: ""
}

.ti-menu:before {
    content: ""
}

.ti-menu-2:before {
    content: ""
}

.ti-menu-3:before {
    content: "ｃ"
}

.ti-menu-4:before {
    content: "ｂ"
}

.ti-menu-deep:before {
    content: "﫻"
}

.ti-menu-order:before {
    content: ""
}

.ti-message:before {
    content: ""
}

.ti-message-2:before {
    content: ""
}

.ti-message-2-bolt:before {
    content: "樂"
}

.ti-message-2-cancel:before {
    content: "諾"
}

.ti-message-2-check:before {
    content: "丹"
}

.ti-message-2-code:before {
    content: ""
}

.ti-message-2-cog:before {
    content: "寧"
}

.ti-message-2-dollar:before {
    content: "怒"
}

.ti-message-2-down:before {
    content: "率"
}

.ti-message-2-exclamation:before {
    content: "異"
}

.ti-message-2-filled:before {
    content: "𐂟"
}

.ti-message-2-heart:before {
    content: "北"
}

.ti-message-2-minus:before {
    content: "磻"
}

.ti-message-2-off:before {
    content: ""
}

.ti-message-2-pause:before {
    content: "便"
}

.ti-message-2-pin:before {
    content: "復"
}

.ti-message-2-plus:before {
    content: "不"
}

.ti-message-2-question:before {
    content: "泌"
}

.ti-message-2-search:before {
    content: "數"
}

.ti-message-2-share:before {
    content: ""
}

.ti-message-2-star:before {
    content: "索"
}

.ti-message-2-up:before {
    content: "參"
}

.ti-message-2-x:before {
    content: "塞"
}

.ti-message-bolt:before {
    content: "省"
}

.ti-message-cancel:before {
    content: "葉"
}

.ti-message-chatbot:before {
    content: ""
}

.ti-message-chatbot-filled:before {
    content: "ﻐ"
}

.ti-message-check:before {
    content: "說"
}

.ti-message-circle:before {
    content: ""
}

.ti-message-circle-bolt:before {
    content: "殺"
}

.ti-message-circle-cancel:before {
    content: "辰"
}

.ti-message-circle-check:before {
    content: "沈"
}

.ti-message-circle-code:before {
    content: "拾"
}

.ti-message-circle-cog:before {
    content: "若"
}

.ti-message-circle-dollar:before {
    content: "掠"
}

.ti-message-circle-down:before {
    content: "略"
}

.ti-message-circle-exclamation:before {
    content: "亮"
}

.ti-message-circle-filled:before {
    content: "ﻏ"
}

.ti-message-circle-heart:before {
    content: "兩"
}

.ti-message-circle-minus:before {
    content: "凉"
}

.ti-message-circle-off:before {
    content: ""
}

.ti-message-circle-pause:before {
    content: "梁"
}

.ti-message-circle-pin:before {
    content: "糧"
}

.ti-message-circle-plus:before {
    content: "良"
}

.ti-message-circle-question:before {
    content: "諒"
}

.ti-message-circle-search:before {
    content: "量"
}

.ti-message-circle-share:before {
    content: "勵"
}

.ti-message-circle-star:before {
    content: "呂"
}

.ti-message-circle-up:before {
    content: "女"
}

.ti-message-circle-user:before {
    content: "ﻅ"
}

.ti-message-circle-x:before {
    content: "廬"
}

.ti-message-code:before {
    content: ""
}

.ti-message-cog:before {
    content: "旅"
}

.ti-message-dollar:before {
    content: "濾"
}

.ti-message-dots:before {
    content: ""
}

.ti-message-down:before {
    content: "礪"
}

.ti-message-exclamation:before {
    content: "閭"
}

.ti-message-filled:before {
    content: "ﻍ"
}

.ti-message-forward:before {
    content: ""
}

.ti-message-heart:before {
    content: "驪"
}

.ti-message-language:before {
    content: ""
}

.ti-message-minus:before {
    content: "麗"
}

.ti-message-off:before {
    content: ""
}

.ti-message-pause:before {
    content: "黎"
}

.ti-message-pin:before {
    content: "力"
}

.ti-message-plus:before {
    content: ""
}

.ti-message-question:before {
    content: "曆"
}

.ti-message-reply:before {
    content: "﵍"
}

.ti-message-report:before {
    content: ""
}

.ti-message-report-filled:before {
    content: "ﻎ"
}

.ti-message-search:before {
    content: "歷"
}

.ti-message-share:before {
    content: ""
}

.ti-message-star:before {
    content: "轢"
}

.ti-message-up:before {
    content: "年"
}

.ti-message-user:before {
    content: "ﻄ"
}

.ti-message-x:before {
    content: "憐"
}

.ti-messages:before {
    content: ""
}

.ti-messages-off:before {
    content: ""
}

.ti-meteor:before {
    content: ""
}

.ti-meteor-filled:before {
    content: "𐀍"
}

.ti-meteor-off:before {
    content: ""
}

.ti-meter-cube:before {
    content: "ﵼ"
}

.ti-meter-square:before {
    content: "ﵽ"
}

.ti-metronome:before {
    content: "ﴥ"
}

.ti-michelin-bib-gourmand:before {
    content: "﫩"
}

.ti-michelin-star:before {
    content: "﫫"
}

.ti-michelin-star-filled:before {
    content: "𐀌"
}

.ti-michelin-star-green:before {
    content: "﫪"
}

.ti-mickey:before {
    content: ""
}

.ti-mickey-filled:before {
    content: ""
}

.ti-microphone:before {
    content: ""
}

.ti-microphone-2:before {
    content: ""
}

.ti-microphone-2-off:before {
    content: ""
}

.ti-microphone-filled:before {
    content: "️"
}

.ti-microphone-off:before {
    content: ""
}

.ti-microscope:before {
    content: ""
}

.ti-microscope-filled:before {
    content: "𐅦"
}

.ti-microscope-off:before {
    content: ""
}

.ti-microwave:before {
    content: ""
}

.ti-microwave-filled:before {
    content: "︎"
}

.ti-microwave-off:before {
    content: ""
}

.ti-military-award:before {
    content: ""
}

.ti-military-rank:before {
    content: ""
}

.ti-military-rank-filled:before {
    content: "～"
}

.ti-milk:before {
    content: ""
}

.ti-milk-filled:before {
    content: "𐀋"
}

.ti-milk-off:before {
    content: ""
}

.ti-milkshake:before {
    content: ""
}

.ti-minimize:before {
    content: ""
}

.ti-minus:before {
    content: ""
}

.ti-minus-vertical:before {
    content: ""
}

.ti-mist:before {
    content: ""
}

.ti-mist-off:before {
    content: ""
}

.ti-mobiledata:before {
    content: "淋"
}

.ti-mobiledata-off:before {
    content: "林"
}

.ti-moneybag:before {
    content: ""
}

.ti-moneybag-edit:before {
    content: "𐄽"
}

.ti-moneybag-heart:before {
    content: "𐄼"
}

.ti-moneybag-minus:before {
    content: "𐄻"
}

.ti-moneybag-move:before {
    content: "𐄹"
}

.ti-moneybag-move-back:before {
    content: "𐄺"
}

.ti-moneybag-plus:before {
    content: "𐄸"
}

.ti-monkeybar:before {
    content: "ﺴ"
}

.ti-mood-angry:before {
    content: ""
}

.ti-mood-angry-filled:before {
    content: "＊"
}

.ti-mood-annoyed:before {
    content: ""
}

.ti-mood-annoyed-2:before {
    content: ""
}

.ti-mood-bitcoin:before {
    content: "Ｒ"
}

.ti-mood-boy:before {
    content: ""
}

.ti-mood-check:before {
    content: ""
}

.ti-mood-cog:before {
    content: ""
}

.ti-mood-confuzed:before {
    content: ""
}

.ti-mood-confuzed-filled:before {
    content: ""
}

.ti-mood-crazy-happy:before {
    content: ""
}

.ti-mood-crazy-happy-filled:before {
    content: "）"
}

.ti-mood-cry:before {
    content: ""
}

.ti-mood-dollar:before {
    content: ""
}

.ti-mood-edit:before {
    content: "洞"
}

.ti-mood-empty:before {
    content: ""
}

.ti-mood-empty-filled:before {
    content: ""
}

.ti-mood-happy:before {
    content: ""
}

.ti-mood-happy-filled:before {
    content: ""
}

.ti-mood-heart:before {
    content: ""
}

.ti-mood-kid:before {
    content: ""
}

.ti-mood-kid-filled:before {
    content: ""
}

.ti-mood-look-down:before {
    content: "ﴷ"
}

.ti-mood-look-left:before {
    content: ""
}

.ti-mood-look-right:before {
    content: ""
}

.ti-mood-look-up:before {
    content: "ﴸ"
}

.ti-mood-minus:before {
    content: ""
}

.ti-mood-nerd:before {
    content: ""
}

.ti-mood-nervous:before {
    content: ""
}

.ti-mood-neutral:before {
    content: ""
}

.ti-mood-neutral-filled:before {
    content: ""
}

.ti-mood-off:before {
    content: ""
}

.ti-mood-pin:before {
    content: ""
}

.ti-mood-plus:before {
    content: ""
}

.ti-mood-puzzled:before {
    content: "ﴹ"
}

.ti-mood-sad:before {
    content: ""
}

.ti-mood-sad-2:before {
    content: ""
}

.ti-mood-sad-dizzy:before {
    content: ""
}

.ti-mood-sad-filled:before {
    content: ""
}

.ti-mood-sad-squint:before {
    content: ""
}

.ti-mood-search:before {
    content: ""
}

.ti-mood-share:before {
    content: "暴"
}

.ti-mood-sick:before {
    content: ""
}

.ti-mood-silence:before {
    content: ""
}

.ti-mood-sing:before {
    content: ""
}

.ti-mood-smile:before {
    content: ""
}

.ti-mood-smile-beam:before {
    content: ""
}

.ti-mood-smile-dizzy:before {
    content: ""
}

.ti-mood-smile-filled:before {
    content: ""
}

.ti-mood-spark:before {
    content: "ﾲ"
}

.ti-mood-surprised:before {
    content: ""
}

.ti-mood-tongue:before {
    content: ""
}

.ti-mood-tongue-wink:before {
    content: ""
}

.ti-mood-tongue-wink-2:before {
    content: ""
}

.ti-mood-unamused:before {
    content: ""
}

.ti-mood-up:before {
    content: ""
}

.ti-mood-wink:before {
    content: ""
}

.ti-mood-wink-2:before {
    content: ""
}

.ti-mood-wrrr:before {
    content: ""
}

.ti-mood-wrrr-filled:before {
    content: "（"
}

.ti-mood-x:before {
    content: ""
}

.ti-mood-xd:before {
    content: ""
}

.ti-moon:before {
    content: ""
}

.ti-moon-2:before {
    content: ""
}

.ti-moon-filled:before {
    content: ""
}

.ti-moon-off:before {
    content: ""
}

.ti-moon-stars:before {
    content: ""
}

.ti-moped:before {
    content: ""
}

.ti-motorbike:before {
    content: ""
}

.ti-motorbike-filled:before {
    content: "𐃸"
}

.ti-mountain:before {
    content: ""
}

.ti-mountain-filled:before {
    content: "𐀊"
}

.ti-mountain-off:before {
    content: ""
}

.ti-mouse:before {
    content: ""
}

.ti-mouse-2:before {
    content: ""
}

.ti-mouse-filled:before {
    content: "אָ"
}

.ti-mouse-off:before {
    content: ""
}

.ti-moustache:before {
    content: ""
}

.ti-movie:before {
    content: ""
}

.ti-movie-off:before {
    content: ""
}

.ti-mug:before {
    content: ""
}

.ti-mug-filled:before {
    content: "𐀉"
}

.ti-mug-off:before {
    content: ""
}

.ti-multiplier-0-5x:before {
    content: ""
}

.ti-multiplier-1-5x:before {
    content: ""
}

.ti-multiplier-1x:before {
    content: ""
}

.ti-multiplier-2x:before {
    content: ""
}

.ti-mushroom:before {
    content: ""
}

.ti-mushroom-filled:before {
    content: ""
}

.ti-mushroom-off:before {
    content: ""
}

.ti-music:before {
    content: ""
}

.ti-music-bolt:before {
    content: "ﯕ"
}

.ti-music-cancel:before {
    content: "ﯖ"
}

.ti-music-check:before {
    content: "ﯗ"
}

.ti-music-code:before {
    content: "ﯘ"
}

.ti-music-cog:before {
    content: "ﯙ"
}

.ti-music-discount:before {
    content: "ﯚ"
}

.ti-music-dollar:before {
    content: "ﯛ"
}

.ti-music-down:before {
    content: "ﯜ"
}

.ti-music-exclamation:before {
    content: "ﯝ"
}

.ti-music-heart:before {
    content: "ﯞ"
}

.ti-music-minus:before {
    content: "ﯟ"
}

.ti-music-off:before {
    content: ""
}

.ti-music-pause:before {
    content: "ﯠ"
}

.ti-music-pin:before {
    content: "ﯡ"
}

.ti-music-plus:before {
    content: "ﯢ"
}

.ti-music-question:before {
    content: "ﯣ"
}

.ti-music-search:before {
    content: "ﯤ"
}

.ti-music-share:before {
    content: "ﯥ"
}

.ti-music-star:before {
    content: "ﯦ"
}

.ti-music-up:before {
    content: "ﯧ"
}

.ti-music-x:before {
    content: "ﯨ"
}

.ti-navigation:before {
    content: ""
}

.ti-navigation-bolt:before {
    content: "ﯩ"
}

.ti-navigation-cancel:before {
    content: "ﯪ"
}

.ti-navigation-check:before {
    content: "ﯫ"
}

.ti-navigation-code:before {
    content: "ﯬ"
}

.ti-navigation-cog:before {
    content: "ﯭ"
}

.ti-navigation-discount:before {
    content: "ﯮ"
}

.ti-navigation-dollar:before {
    content: "ﯯ"
}

.ti-navigation-down:before {
    content: "ﯰ"
}

.ti-navigation-east:before {
    content: "ﲺ"
}

.ti-navigation-exclamation:before {
    content: "ﯱ"
}

.ti-navigation-filled:before {
    content: ""
}

.ti-navigation-heart:before {
    content: "ﯲ"
}

.ti-navigation-minus:before {
    content: "ﯳ"
}

.ti-navigation-north:before {
    content: "ﲻ"
}

.ti-navigation-off:before {
    content: ""
}

.ti-navigation-pause:before {
    content: "ﯴ"
}

.ti-navigation-pin:before {
    content: "ﯵ"
}

.ti-navigation-plus:before {
    content: "ﯶ"
}

.ti-navigation-question:before {
    content: "ﯷ"
}

.ti-navigation-search:before {
    content: "ﯸ"
}

.ti-navigation-share:before {
    content: "ﯹ"
}

.ti-navigation-south:before {
    content: "ﲼ"
}

.ti-navigation-star:before {
    content: "ﯺ"
}

.ti-navigation-top:before {
    content: "﫬"
}

.ti-navigation-up:before {
    content: "ﯻ"
}

.ti-navigation-west:before {
    content: "ﲽ"
}

.ti-navigation-x:before {
    content: "ﯼ"
}

.ti-needle:before {
    content: ""
}

.ti-needle-thread:before {
    content: ""
}

.ti-network:before {
    content: ""
}

.ti-network-off:before {
    content: ""
}

.ti-new-section:before {
    content: ""
}

.ti-news:before {
    content: ""
}

.ti-news-off:before {
    content: ""
}

.ti-nfc:before {
    content: ""
}

.ti-nfc-off:before {
    content: ""
}

.ti-no-copyright:before {
    content: ""
}

.ti-no-creative-commons:before {
    content: ""
}

.ti-no-derivatives:before {
    content: ""
}

.ti-north-star:before {
    content: ""
}

.ti-note:before {
    content: ""
}

.ti-note-off:before {
    content: ""
}

.ti-notebook:before {
    content: ""
}

.ti-notebook-off:before {
    content: ""
}

.ti-notes:before {
    content: ""
}

.ti-notes-off:before {
    content: ""
}

.ti-notification:before {
    content: ""
}

.ti-notification-off:before {
    content: ""
}

.ti-number:before {
    content: ""
}

.ti-number-0:before {
    content: ""
}

.ti-number-0-small:before {
    content: "ﳡ"
}

.ti-number-1:before {
    content: ""
}

.ti-number-1-small:before {
    content: "ﳢ"
}

.ti-number-10:before {
    content: "𐁞"
}

.ti-number-10-small:before {
    content: "ﳣ"
}

.ti-number-100-small:before {
    content: "𐀅"
}

.ti-number-11:before {
    content: "𐁝"
}

.ti-number-11-small:before {
    content: "ﳤ"
}

.ti-number-12-small:before {
    content: "ﳥ"
}

.ti-number-123:before {
    content: ""
}

.ti-number-13-small:before {
    content: "ﳦ"
}

.ti-number-14-small:before {
    content: "ﳧ"
}

.ti-number-15-small:before {
    content: "ﳨ"
}

.ti-number-16-small:before {
    content: "ﳩ"
}

.ti-number-17-small:before {
    content: "ﳪ"
}

.ti-number-18-small:before {
    content: "ﳫ"
}

.ti-number-19-small:before {
    content: "ﳬ"
}

.ti-number-2:before {
    content: ""
}

.ti-number-2-small:before {
    content: "ﳭ"
}

.ti-number-20-small:before {
    content: "ﳮ"
}

.ti-number-21-small:before {
    content: "ﳯ"
}

.ti-number-22-small:before {
    content: "ﳰ"
}

.ti-number-23-small:before {
    content: "ﳱ"
}

.ti-number-24-small:before {
    content: "ﳲ"
}

.ti-number-25-small:before {
    content: "ﳳ"
}

.ti-number-26-small:before {
    content: "ﳴ"
}

.ti-number-27-small:before {
    content: "ﳵ"
}

.ti-number-28-small:before {
    content: "ﳶ"
}

.ti-number-29-small:before {
    content: "ﳷ"
}

.ti-number-3:before {
    content: ""
}

.ti-number-3-small:before {
    content: "ﳸ"
}

.ti-number-30-small:before {
    content: "𐀄"
}

.ti-number-31-small:before {
    content: "𐀃"
}

.ti-number-32-small:before {
    content: "𐀂"
}

.ti-number-33-small:before {
    content: "𐀁"
}

.ti-number-34-small:before {
    content: "𐀀"
}

.ti-number-35-small:before {
    content: "￿"
}

.ti-number-36-small:before {
    content: "￾"
}

.ti-number-37-small:before {
    content: "�"
}

.ti-number-38-small:before {
    content: "￼"
}

.ti-number-39-small:before {
    content: "￻"
}

.ti-number-4:before {
    content: ""
}

.ti-number-4-small:before {
    content: "ﳹ"
}

.ti-number-40-small:before {
    content: "￺"
}

.ti-number-41-small:before {
    content: "￹"
}

.ti-number-42-small:before {
    content: "￸"
}

.ti-number-43-small:before {
    content: "￷"
}

.ti-number-44-small:before {
    content: "￶"
}

.ti-number-45-small:before {
    content: "￵"
}

.ti-number-46-small:before {
    content: "￴"
}

.ti-number-47-small:before {
    content: "￳"
}

.ti-number-48-small:before {
    content: "￲"
}

.ti-number-49-small:before {
    content: "￱"
}

.ti-number-5:before {
    content: ""
}

.ti-number-5-small:before {
    content: "ﳺ"
}

.ti-number-50-small:before {
    content: "￰"
}

.ti-number-51-small:before {
    content: "￯"
}

.ti-number-52-small:before {
    content: "￮"
}

.ti-number-53-small:before {
    content: "￭"
}

.ti-number-54-small:before {
    content: "￬"
}

.ti-number-55-small:before {
    content: "￫"
}

.ti-number-56-small:before {
    content: "￪"
}

.ti-number-57-small:before {
    content: "￩"
}

.ti-number-58-small:before {
    content: "￨"
}

.ti-number-59-small:before {
    content: "￧"
}

.ti-number-6:before {
    content: ""
}

.ti-number-6-small:before {
    content: "ﳻ"
}

.ti-number-60-small:before {
    content: "￦"
}

.ti-number-61-small:before {
    content: "￥"
}

.ti-number-62-small:before {
    content: "￤"
}

.ti-number-63-small:before {
    content: "￣"
}

.ti-number-64-small:before {
    content: "￢"
}

.ti-number-65-small:before {
    content: "￡"
}

.ti-number-66-small:before {
    content: "￠"
}

.ti-number-67-small:before {
    content: "￟"
}

.ti-number-68-small:before {
    content: "￞"
}

.ti-number-69-small:before {
    content: "￝"
}

.ti-number-7:before {
    content: ""
}

.ti-number-7-small:before {
    content: "ﳼ"
}

.ti-number-70-small:before {
    content: "ￜ"
}

.ti-number-71-small:before {
    content: "ￛ"
}

.ti-number-72-small:before {
    content: "ￚ"
}

.ti-number-73-small:before {
    content: "￙"
}

.ti-number-74-small:before {
    content: "￘"
}

.ti-number-75-small:before {
    content: "ￗ"
}

.ti-number-76-small:before {
    content: "ￖ"
}

.ti-number-77-small:before {
    content: "ￕ"
}

.ti-number-78-small:before {
    content: "ￔ"
}

.ti-number-79-small:before {
    content: "ￓ"
}

.ti-number-8:before {
    content: ""
}

.ti-number-8-small:before {
    content: "ﳽ"
}

.ti-number-80-small:before {
    content: "ￒ"
}

.ti-number-81-small:before {
    content: "￑"
}

.ti-number-82-small:before {
    content: "￐"
}

.ti-number-83-small:before {
    content: "ￏ"
}

.ti-number-84-small:before {
    content: "ￎ"
}

.ti-number-85-small:before {
    content: "ￍ"
}

.ti-number-86-small:before {
    content: "ￌ"
}

.ti-number-87-small:before {
    content: "ￋ"
}

.ti-number-88-small:before {
    content: "ￊ"
}

.ti-number-89-small:before {
    content: "￉"
}

.ti-number-9:before {
    content: ""
}

.ti-number-9-small:before {
    content: "ﳾ"
}

.ti-number-90-small:before {
    content: "￈"
}

.ti-number-91-small:before {
    content: "ￇ"
}

.ti-number-92-small:before {
    content: "ￆ"
}

.ti-number-93-small:before {
    content: "ￅ"
}

.ti-number-94-small:before {
    content: "ￄ"
}

.ti-number-95-small:before {
    content: "ￃ"
}

.ti-number-96-small:before {
    content: "ￂ"
}

.ti-number-97-small:before {
    content: "￁"
}

.ti-number-98-small:before {
    content: "￀"
}

.ti-number-99-small:before {
    content: "﾿"
}

.ti-numbers:before {
    content: ""
}

.ti-nurse:before {
    content: ""
}

.ti-nurse-filled:before {
    content: "𐂞"
}

.ti-nut:before {
    content: "ﱡ"
}

.ti-object-scan:before {
    content: "ﻱ"
}

.ti-octagon:before {
    content: ""
}

.ti-octagon-filled:before {
    content: ""
}

.ti-octagon-minus:before {
    content: "ﲒ"
}

.ti-octagon-minus-2:before {
    content: "ﲑ"
}

.ti-octagon-off:before {
    content: ""
}

.ti-octagon-plus:before {
    content: "ﲔ"
}

.ti-octagon-plus-2:before {
    content: "ﲓ"
}

.ti-octahedron:before {
    content: "类"
}

.ti-octahedron-off:before {
    content: "窱"
}

.ti-octahedron-plus:before {
    content: "節"
}

.ti-old:before {
    content: ""
}

.ti-olympics:before {
    content: ""
}

.ti-olympics-off:before {
    content: ""
}

.ti-om:before {
    content: ""
}

.ti-omega:before {
    content: ""
}

.ti-outbound:before {
    content: ""
}

.ti-outlet:before {
    content: ""
}

.ti-oval:before {
    content: ""
}

.ti-oval-filled:before {
    content: ""
}

.ti-oval-vertical:before {
    content: ""
}

.ti-oval-vertical-filled:before {
    content: ""
}

.ti-overline:before {
    content: ""
}

.ti-package:before {
    content: ""
}

.ti-package-export:before {
    content: ""
}

.ti-package-import:before {
    content: ""
}

.ti-package-off:before {
    content: ""
}

.ti-packages:before {
    content: ""
}

.ti-pacman:before {
    content: ""
}

.ti-page-break:before {
    content: ""
}

.ti-paint:before {
    content: ""
}

.ti-paint-filled:before {
    content: ""
}

.ti-paint-off:before {
    content: ""
}

.ti-palette:before {
    content: ""
}

.ti-palette-filled:before {
    content: "𐂝"
}

.ti-palette-off:before {
    content: ""
}

.ti-panorama-horizontal:before {
    content: ""
}

.ti-panorama-horizontal-filled:before {
    content: "ﻌ"
}

.ti-panorama-horizontal-off:before {
    content: ""
}

.ti-panorama-vertical:before {
    content: ""
}

.ti-panorama-vertical-filled:before {
    content: "ﻋ"
}

.ti-panorama-vertical-off:before {
    content: ""
}

.ti-paper-bag:before {
    content: ""
}

.ti-paper-bag-off:before {
    content: ""
}

.ti-paperclip:before {
    content: ""
}

.ti-parachute:before {
    content: ""
}

.ti-parachute-off:before {
    content: ""
}

.ti-parentheses:before {
    content: ""
}

.ti-parentheses-off:before {
    content: ""
}

.ti-parking:before {
    content: ""
}

.ti-parking-circle:before {
    content: "ﵚ"
}

.ti-parking-circle-filled:before {
    content: "ﻊ"
}

.ti-parking-off:before {
    content: ""
}

.ti-password:before {
    content: ""
}

.ti-password-fingerprint:before {
    content: "ﱻ"
}

.ti-password-mobile-phone:before {
    content: "ﱼ"
}

.ti-password-user:before {
    content: "ﱽ"
}

.ti-paw:before {
    content: ""
}

.ti-paw-filled:before {
    content: ""
}

.ti-paw-off:before {
    content: ""
}

.ti-paywall:before {
    content: "ﵾ"
}

.ti-pdf:before {
    content: ""
}

.ti-peace:before {
    content: ""
}

.ti-pencil:before {
    content: ""
}

.ti-pencil-bolt:before {
    content: "ﯽ"
}

.ti-pencil-cancel:before {
    content: "ﯾ"
}

.ti-pencil-check:before {
    content: "ﯿ"
}

.ti-pencil-code:before {
    content: "ﰀ"
}

.ti-pencil-cog:before {
    content: "ﰁ"
}

.ti-pencil-discount:before {
    content: "ﰂ"
}

.ti-pencil-dollar:before {
    content: "ﰃ"
}

.ti-pencil-down:before {
    content: "ﰄ"
}

.ti-pencil-exclamation:before {
    content: "ﰅ"
}

.ti-pencil-heart:before {
    content: "ﰆ"
}

.ti-pencil-minus:before {
    content: ""
}

.ti-pencil-off:before {
    content: ""
}

.ti-pencil-pause:before {
    content: "ﰇ"
}

.ti-pencil-pin:before {
    content: "ﰈ"
}

.ti-pencil-plus:before {
    content: ""
}

.ti-pencil-question:before {
    content: "ﰉ"
}

.ti-pencil-search:before {
    content: "ﰊ"
}

.ti-pencil-share:before {
    content: "ﰋ"
}

.ti-pencil-star:before {
    content: "ﰌ"
}

.ti-pencil-up:before {
    content: "ﰍ"
}

.ti-pencil-x:before {
    content: "ﰎ"
}

.ti-pennant:before {
    content: ""
}

.ti-pennant-2:before {
    content: ""
}

.ti-pennant-2-filled:before {
    content: ""
}

.ti-pennant-filled:before {
    content: ""
}

.ti-pennant-off:before {
    content: ""
}

.ti-pentagon:before {
    content: ""
}

.ti-pentagon-filled:before {
    content: ""
}

.ti-pentagon-minus:before {
    content: "ﺳ"
}

.ti-pentagon-number-0:before {
    content: "ﱾ"
}

.ti-pentagon-number-1:before {
    content: "ﱿ"
}

.ti-pentagon-number-2:before {
    content: "ﲀ"
}

.ti-pentagon-number-3:before {
    content: "ﲁ"
}

.ti-pentagon-number-4:before {
    content: "ﲂ"
}

.ti-pentagon-number-5:before {
    content: "ﲃ"
}

.ti-pentagon-number-6:before {
    content: "ﲄ"
}

.ti-pentagon-number-7:before {
    content: "ﲅ"
}

.ti-pentagon-number-8:before {
    content: "ﲆ"
}

.ti-pentagon-number-9:before {
    content: "ﲇ"
}

.ti-pentagon-off:before {
    content: ""
}

.ti-pentagon-plus:before {
    content: "ﱉ"
}

.ti-pentagon-x:before {
    content: "ﲈ"
}

.ti-pentagram:before {
    content: ""
}

.ti-pepper:before {
    content: ""
}

.ti-pepper-off:before {
    content: ""
}

.ti-percentage:before {
    content: ""
}

.ti-percentage-0:before {
    content: "ﻥ"
}

.ti-percentage-10:before {
    content: "ﻤ"
}

.ti-percentage-100:before {
    content: "ﻣ"
}

.ti-percentage-20:before {
    content: "ﻢ"
}

.ti-percentage-25:before {
    content: "ﻡ"
}

.ti-percentage-30:before {
    content: "ﻠ"
}

.ti-percentage-33:before {
    content: "ﻟ"
}

.ti-percentage-40:before {
    content: "ﻞ"
}

.ti-percentage-50:before {
    content: "ﻝ"
}

.ti-percentage-60:before {
    content: "ﻜ"
}

.ti-percentage-66:before {
    content: "ﻛ"
}

.ti-percentage-70:before {
    content: "ﻚ"
}

.ti-percentage-75:before {
    content: "ﻙ"
}

.ti-percentage-80:before {
    content: "ﻘ"
}

.ti-percentage-90:before {
    content: "ﻗ"
}

.ti-perfume:before {
    content: ""
}

.ti-perspective:before {
    content: ""
}

.ti-perspective-off:before {
    content: ""
}

.ti-phone:before {
    content: ""
}

.ti-phone-call:before {
    content: ""
}

.ti-phone-calling:before {
    content: ""
}

.ti-phone-check:before {
    content: ""
}

.ti-phone-done:before {
    content: "ﾞ"
}

.ti-phone-end:before {
    content: "ﾝ"
}

.ti-phone-filled:before {
    content: "爫"
}

.ti-phone-incoming:before {
    content: ""
}

.ti-phone-off:before {
    content: ""
}

.ti-phone-outgoing:before {
    content: ""
}

.ti-phone-pause:before {
    content: ""
}

.ti-phone-plus:before {
    content: ""
}

.ti-phone-ringing:before {
    content: "ﾜ"
}

.ti-phone-spark:before {
    content: "ﾱ"
}

.ti-phone-x:before {
    content: ""
}

.ti-photo:before {
    content: ""
}

.ti-photo-ai:before {
    content: "免"
}

.ti-photo-bitcoin:before {
    content: "Ｑ"
}

.ti-photo-bolt:before {
    content: "戀"
}

.ti-photo-cancel:before {
    content: ""
}

.ti-photo-check:before {
    content: ""
}

.ti-photo-circle:before {
    content: "ﱊ"
}

.ti-photo-circle-minus:before {
    content: "ﱢ"
}

.ti-photo-circle-plus:before {
    content: "ﱣ"
}

.ti-photo-code:before {
    content: "撚"
}

.ti-photo-cog:before {
    content: "漣"
}

.ti-photo-dollar:before {
    content: "煉"
}

.ti-photo-down:before {
    content: ""
}

.ti-photo-edit:before {
    content: ""
}

.ti-photo-exclamation:before {
    content: "璉"
}

.ti-photo-filled:before {
    content: "琢"
}

.ti-photo-heart:before {
    content: ""
}

.ti-photo-hexagon:before {
    content: "ﱋ"
}

.ti-photo-minus:before {
    content: ""
}

.ti-photo-off:before {
    content: ""
}

.ti-photo-pause:before {
    content: "秊"
}

.ti-photo-pentagon:before {
    content: "ﱌ"
}

.ti-photo-pin:before {
    content: "練"
}

.ti-photo-plus:before {
    content: ""
}

.ti-photo-question:before {
    content: "聯"
}

.ti-photo-scan:before {
    content: "ﲨ"
}

.ti-photo-search:before {
    content: ""
}

.ti-photo-sensor:before {
    content: ""
}

.ti-photo-sensor-2:before {
    content: ""
}

.ti-photo-sensor-3:before {
    content: ""
}

.ti-photo-share:before {
    content: "輦"
}

.ti-photo-shield:before {
    content: ""
}

.ti-photo-spark:before {
    content: "ﾰ"
}

.ti-photo-square-rounded:before {
    content: "ﱍ"
}

.ti-photo-star:before {
    content: ""
}

.ti-photo-up:before {
    content: ""
}

.ti-photo-video:before {
    content: "ﲕ"
}

.ti-photo-x:before {
    content: ""
}

.ti-physotherapist:before {
    content: ""
}

.ti-piano:before {
    content: "䀘"
}

.ti-pick:before {
    content: "﫼"
}

.ti-picnic-table:before {
    content: "ﻖ"
}

.ti-picture-in-picture:before {
    content: ""
}

.ti-picture-in-picture-filled:before {
    content: "ﻁ"
}

.ti-picture-in-picture-off:before {
    content: ""
}

.ti-picture-in-picture-on:before {
    content: ""
}

.ti-picture-in-picture-top:before {
    content: ""
}

.ti-picture-in-picture-top-filled:before {
    content: "ﻂ"
}

.ti-pig:before {
    content: ""
}

.ti-pig-filled:before {
    content: "𐄊"
}

.ti-pig-money:before {
    content: ""
}

.ti-pig-off:before {
    content: ""
}

.ti-pilcrow:before {
    content: ""
}

.ti-pilcrow-left:before {
    content: "ﵿ"
}

.ti-pilcrow-right:before {
    content: "ﶀ"
}

.ti-pill:before {
    content: ""
}

.ti-pill-filled:before {
    content: "＇"
}

.ti-pill-off:before {
    content: ""
}

.ti-pills:before {
    content: ""
}

.ti-pin:before {
    content: ""
}

.ti-pin-end:before {
    content: "ﵛ"
}

.ti-pin-filled:before {
    content: ""
}

.ti-pin-invoke:before {
    content: "ﵜ"
}

.ti-ping-pong:before {
    content: ""
}

.ti-pinned:before {
    content: ""
}

.ti-pinned-filled:before {
    content: ""
}

.ti-pinned-off:before {
    content: ""
}

.ti-pizza:before {
    content: ""
}

.ti-pizza-filled:before {
    content: "𐀈"
}

.ti-pizza-off:before {
    content: ""
}

.ti-placeholder:before {
    content: ""
}

.ti-plane:before {
    content: ""
}

.ti-plane-arrival:before {
    content: ""
}

.ti-plane-departure:before {
    content: ""
}

.ti-plane-inflight:before {
    content: ""
}

.ti-plane-off:before {
    content: ""
}

.ti-plane-tilt:before {
    content: ""
}

.ti-planet:before {
    content: ""
}

.ti-planet-off:before {
    content: ""
}

.ti-plant:before {
    content: ""
}

.ti-plant-2:before {
    content: ""
}

.ti-plant-2-off:before {
    content: ""
}

.ti-plant-off:before {
    content: ""
}

.ti-play-basketball:before {
    content: "辶"
}

.ti-play-card:before {
    content: ""
}

.ti-play-card-1:before {
    content: "𐁜"
}

.ti-play-card-1-filled:before {
    content: "𐂃"
}

.ti-play-card-10:before {
    content: "𐁛"
}

.ti-play-card-10-filled:before {
    content: "𐂂"
}

.ti-play-card-2:before {
    content: "𐁚"
}

.ti-play-card-2-filled:before {
    content: "𐂁"
}

.ti-play-card-3:before {
    content: "𐁙"
}

.ti-play-card-3-filled:before {
    content: "𐂀"
}

.ti-play-card-4:before {
    content: "𐁘"
}

.ti-play-card-4-filled:before {
    content: "𐁿"
}

.ti-play-card-5:before {
    content: "𐁗"
}

.ti-play-card-5-filled:before {
    content: "𐁾"
}

.ti-play-card-6:before {
    content: "𐁖"
}

.ti-play-card-6-filled:before {
    content: "𐁽"
}

.ti-play-card-7:before {
    content: "𐁕"
}

.ti-play-card-7-filled:before {
    content: "𐁼"
}

.ti-play-card-8:before {
    content: "𐁔"
}

.ti-play-card-8-filled:before {
    content: "𐁻"
}

.ti-play-card-9:before {
    content: "𐁓"
}

.ti-play-card-9-filled:before {
    content: "𐁺"
}

.ti-play-card-a:before {
    content: "𐁒"
}

.ti-play-card-a-filled:before {
    content: "𐁹"
}

.ti-play-card-j:before {
    content: "𐁑"
}

.ti-play-card-j-filled:before {
    content: "𐁸"
}

.ti-play-card-k:before {
    content: "𐁐"
}

.ti-play-card-k-filled:before {
    content: "𐁷"
}

.ti-play-card-off:before {
    content: ""
}

.ti-play-card-q:before {
    content: "𐁏"
}

.ti-play-card-q-filled:before {
    content: "𐁶"
}

.ti-play-card-star:before {
    content: "𐁎"
}

.ti-play-card-star-filled:before {
    content: "𐁵"
}

.ti-play-football:before {
    content: "逸"
}

.ti-play-handball:before {
    content: "難"
}

.ti-play-volleyball:before {
    content: "響"
}

.ti-player-eject:before {
    content: ""
}

.ti-player-eject-filled:before {
    content: ""
}

.ti-player-pause:before {
    content: ""
}

.ti-player-pause-filled:before {
    content: ""
}

.ti-player-play:before {
    content: ""
}

.ti-player-play-filled:before {
    content: ""
}

.ti-player-record:before {
    content: ""
}

.ti-player-record-filled:before {
    content: ""
}

.ti-player-skip-back:before {
    content: ""
}

.ti-player-skip-back-filled:before {
    content: ""
}

.ti-player-skip-forward:before {
    content: ""
}

.ti-player-skip-forward-filled:before {
    content: ""
}

.ti-player-stop:before {
    content: ""
}

.ti-player-stop-filled:before {
    content: ""
}

.ti-player-track-next:before {
    content: ""
}

.ti-player-track-next-filled:before {
    content: ""
}

.ti-player-track-prev:before {
    content: ""
}

.ti-player-track-prev-filled:before {
    content: ""
}

.ti-playlist:before {
    content: ""
}

.ti-playlist-add:before {
    content: ""
}

.ti-playlist-off:before {
    content: ""
}

.ti-playlist-x:before {
    content: ""
}

.ti-playstation-circle:before {
    content: ""
}

.ti-playstation-square:before {
    content: ""
}

.ti-playstation-triangle:before {
    content: ""
}

.ti-playstation-x:before {
    content: ""
}

.ti-plug:before {
    content: ""
}

.ti-plug-connected:before {
    content: ""
}

.ti-plug-connected-x:before {
    content: ""
}

.ti-plug-off:before {
    content: ""
}

.ti-plug-x:before {
    content: ""
}

.ti-plus:before {
    content: ""
}

.ti-plus-equal:before {
    content: ""
}

.ti-plus-minus:before {
    content: ""
}

.ti-png:before {
    content: ""
}

.ti-podium:before {
    content: ""
}

.ti-podium-off:before {
    content: ""
}

.ti-point:before {
    content: ""
}

.ti-point-filled:before {
    content: ""
}

.ti-point-off:before {
    content: ""
}

.ti-pointer:before {
    content: ""
}

.ti-pointer-bolt:before {
    content: "蓮"
}

.ti-pointer-cancel:before {
    content: "連"
}

.ti-pointer-check:before {
    content: "鍊"
}

.ti-pointer-code:before {
    content: "列"
}

.ti-pointer-cog:before {
    content: "劣"
}

.ti-pointer-dollar:before {
    content: "咽"
}

.ti-pointer-down:before {
    content: "烈"
}

.ti-pointer-exclamation:before {
    content: "裂"
}

.ti-pointer-filled:before {
    content: "אּ"
}

.ti-pointer-heart:before {
    content: "說"
}

.ti-pointer-minus:before {
    content: "廉"
}

.ti-pointer-off:before {
    content: "念"
}

.ti-pointer-pause:before {
    content: "捻"
}

.ti-pointer-pin:before {
    content: "殮"
}

.ti-pointer-plus:before {
    content: "簾"
}

.ti-pointer-question:before {
    content: "獵"
}

.ti-pointer-search:before {
    content: "令"
}

.ti-pointer-share:before {
    content: "囹"
}

.ti-pointer-star:before {
    content: "寧"
}

.ti-pointer-up:before {
    content: "嶺"
}

.ti-pointer-x:before {
    content: "怜"
}

.ti-pokeball:before {
    content: ""
}

.ti-pokeball-off:before {
    content: ""
}

.ti-poker-chip:before {
    content: ""
}

.ti-polaroid:before {
    content: ""
}

.ti-polaroid-filled:before {
    content: "碑"
}

.ti-polygon:before {
    content: ""
}

.ti-polygon-off:before {
    content: ""
}

.ti-poo:before {
    content: ""
}

.ti-poo-filled:before {
    content: "ﻉ"
}

.ti-pool:before {
    content: ""
}

.ti-pool-off:before {
    content: ""
}

.ti-power:before {
    content: ""
}

.ti-pray:before {
    content: ""
}

.ti-premium-rights:before {
    content: ""
}

.ti-prescription:before {
    content: ""
}

.ti-presentation:before {
    content: ""
}

.ti-presentation-analytics:before {
    content: ""
}

.ti-presentation-analytics-filled:before {
    content: "｝"
}

.ti-presentation-filled:before {
    content: "｜"
}

.ti-presentation-off:before {
    content: ""
}

.ti-printer:before {
    content: ""
}

.ti-printer-off:before {
    content: ""
}

.ti-prism:before {
    content: "缾"
}

.ti-prism-light:before {
    content: "ﺦ"
}

.ti-prism-off:before {
    content: "絛"
}

.ti-prism-plus:before {
    content: "練"
}

.ti-prison:before {
    content: ""
}

.ti-progress:before {
    content: "嗀"
}

.ti-progress-alert:before {
    content: "輻"
}

.ti-progress-bolt:before {
    content: "行"
}

.ti-progress-check:before {
    content: "降"
}

.ti-progress-down:before {
    content: "見"
}

.ti-progress-help:before {
    content: "廓"
}

.ti-progress-x:before {
    content: "兀"
}

.ti-prompt:before {
    content: ""
}

.ti-prong:before {
    content: "ﶡ"
}

.ti-propeller:before {
    content: ""
}

.ti-propeller-off:before {
    content: ""
}

.ti-protocol:before {
    content: "ﶁ"
}

.ti-pumpkin-scary:before {
    content: ""
}

.ti-puzzle:before {
    content: ""
}

.ti-puzzle-2:before {
    content: ""
}

.ti-puzzle-filled:before {
    content: ""
}

.ti-puzzle-off:before {
    content: ""
}

.ti-pyramid:before {
    content: ""
}

.ti-pyramid-off:before {
    content: ""
}

.ti-pyramid-plus:before {
    content: "者"
}

.ti-qrcode:before {
    content: ""
}

.ti-qrcode-off:before {
    content: ""
}

.ti-question-mark:before {
    content: ""
}

.ti-quote:before {
    content: ""
}

.ti-quote-filled:before {
    content: "𐂜"
}

.ti-quote-off:before {
    content: ""
}

.ti-quotes:before {
    content: "ﬞ"
}

.ti-radar:before {
    content: ""
}

.ti-radar-2:before {
    content: ""
}

.ti-radar-filled:before {
    content: "︍"
}

.ti-radar-off:before {
    content: ""
}

.ti-radio:before {
    content: ""
}

.ti-radio-off:before {
    content: ""
}

.ti-radioactive:before {
    content: ""
}

.ti-radioactive-filled:before {
    content: ""
}

.ti-radioactive-off:before {
    content: ""
}

.ti-radius-bottom-left:before {
    content: ""
}

.ti-radius-bottom-right:before {
    content: ""
}

.ti-radius-top-left:before {
    content: ""
}

.ti-radius-top-right:before {
    content: ""
}

.ti-rainbow:before {
    content: ""
}

.ti-rainbow-off:before {
    content: ""
}

.ti-rating-12-plus:before {
    content: ""
}

.ti-rating-14-plus:before {
    content: ""
}

.ti-rating-16-plus:before {
    content: ""
}

.ti-rating-18-plus:before {
    content: ""
}

.ti-rating-21-plus:before {
    content: ""
}

.ti-razor:before {
    content: ""
}

.ti-razor-electric:before {
    content: ""
}

.ti-receipt:before {
    content: ""
}

.ti-receipt-2:before {
    content: ""
}

.ti-receipt-bitcoin:before {
    content: "ﵦ"
}

.ti-receipt-dollar:before {
    content: "ﵧ"
}

.ti-receipt-euro:before {
    content: "ﵨ"
}

.ti-receipt-filled:before {
    content: "＆"
}

.ti-receipt-off:before {
    content: ""
}

.ti-receipt-pound:before {
    content: "ﵩ"
}

.ti-receipt-refund:before {
    content: ""
}

.ti-receipt-rupee:before {
    content: "ﶂ"
}

.ti-receipt-tax:before {
    content: ""
}

.ti-receipt-yen:before {
    content: "ﵪ"
}

.ti-receipt-yuan:before {
    content: "ﵫ"
}

.ti-recharging:before {
    content: ""
}

.ti-record-mail:before {
    content: ""
}

.ti-record-mail-off:before {
    content: ""
}

.ti-rectangle:before {
    content: ""
}

.ti-rectangle-filled:before {
    content: ""
}

.ti-rectangle-rounded-bottom:before {
    content: "﫭"
}

.ti-rectangle-rounded-top:before {
    content: "﫮"
}

.ti-rectangle-vertical:before {
    content: ""
}

.ti-rectangle-vertical-filled:before {
    content: ""
}

.ti-rectangular-prism:before {
    content: "蝹"
}

.ti-rectangular-prism-off:before {
    content: "荒"
}

.ti-rectangular-prism-plus:before {
    content: "華"
}

.ti-recycle:before {
    content: ""
}

.ti-recycle-off:before {
    content: ""
}

.ti-refresh:before {
    content: ""
}

.ti-refresh-alert:before {
    content: ""
}

.ti-refresh-dot:before {
    content: ""
}

.ti-refresh-off:before {
    content: ""
}

.ti-regex:before {
    content: ""
}

.ti-regex-off:before {
    content: ""
}

.ti-registered:before {
    content: ""
}

.ti-relation-many-to-many:before {
    content: ""
}

.ti-relation-many-to-many-filled:before {
    content: "︌"
}

.ti-relation-one-to-many:before {
    content: ""
}

.ti-relation-one-to-many-filled:before {
    content: "︋"
}

.ti-relation-one-to-one:before {
    content: ""
}

.ti-relation-one-to-one-filled:before {
    content: "︊"
}

.ti-reload:before {
    content: ""
}

.ti-reorder:before {
    content: "ﰕ"
}

.ti-repeat:before {
    content: ""
}

.ti-repeat-off:before {
    content: ""
}

.ti-repeat-once:before {
    content: ""
}

.ti-replace:before {
    content: ""
}

.ti-replace-filled:before {
    content: ""
}

.ti-replace-off:before {
    content: ""
}

.ti-replace-user:before {
    content: "𐃰"
}

.ti-report:before {
    content: ""
}

.ti-report-analytics:before {
    content: ""
}

.ti-report-medical:before {
    content: ""
}

.ti-report-money:before {
    content: ""
}

.ti-report-off:before {
    content: ""
}

.ti-report-search:before {
    content: ""
}

.ti-reserved-line:before {
    content: "臨"
}

.ti-resize:before {
    content: ""
}

.ti-restore:before {
    content: "﫽"
}

.ti-rewind-backward-10:before {
    content: "諸"
}

.ti-rewind-backward-15:before {
    content: "請"
}

.ti-rewind-backward-20:before {
    content: "謁"
}

.ti-rewind-backward-30:before {
    content: "諾"
}

.ti-rewind-backward-40:before {
    content: "諭"
}

.ti-rewind-backward-5:before {
    content: "謹"
}

.ti-rewind-backward-50:before {
    content: "變"
}

.ti-rewind-backward-60:before {
    content: "贈"
}

.ti-rewind-forward-10:before {
    content: "輸"
}

.ti-rewind-forward-15:before {
    content: "遲"
}

.ti-rewind-forward-20:before {
    content: "醙"
}

.ti-rewind-forward-30:before {
    content: "鉶"
}

.ti-rewind-forward-40:before {
    content: "陼"
}

.ti-rewind-forward-5:before {
    content: "難"
}

.ti-rewind-forward-50:before {
    content: "靖"
}

.ti-rewind-forward-60:before {
    content: "韛"
}

.ti-ribbon-health:before {
    content: ""
}

.ti-rings:before {
    content: "頻"
}

.ti-ripple:before {
    content: ""
}

.ti-ripple-off:before {
    content: ""
}

.ti-road:before {
    content: ""
}

.ti-road-off:before {
    content: ""
}

.ti-road-sign:before {
    content: ""
}

.ti-robot:before {
    content: ""
}

.ti-robot-face:before {
    content: "ﲾ"
}

.ti-robot-off:before {
    content: ""
}

.ti-rocket:before {
    content: ""
}

.ti-rocket-off:before {
    content: ""
}

.ti-roller-skating:before {
    content: ""
}

.ti-rollercoaster:before {
    content: ""
}

.ti-rollercoaster-filled:before {
    content: "𐃷"
}

.ti-rollercoaster-off:before {
    content: ""
}

.ti-rosette:before {
    content: ""
}

.ti-rosette-discount:before {
    content: ""
}

.ti-rosette-discount-check:before {
    content: ""
}

.ti-rosette-discount-check-filled:before {
    content: ""
}

.ti-rosette-discount-check-off:before {
    content: "０"
}

.ti-rosette-discount-filled:before {
    content: "％"
}

.ti-rosette-discount-off:before {
    content: ""
}

.ti-rosette-filled:before {
    content: ""
}

.ti-rosette-number-0:before {
    content: ""
}

.ti-rosette-number-1:before {
    content: ""
}

.ti-rosette-number-2:before {
    content: ""
}

.ti-rosette-number-3:before {
    content: ""
}

.ti-rosette-number-4:before {
    content: ""
}

.ti-rosette-number-5:before {
    content: ""
}

.ti-rosette-number-6:before {
    content: ""
}

.ti-rosette-number-7:before {
    content: ""
}

.ti-rosette-number-8:before {
    content: ""
}

.ti-rosette-number-9:before {
    content: ""
}

.ti-rotate:before {
    content: ""
}

.ti-rotate-2:before {
    content: ""
}

.ti-rotate-360:before {
    content: ""
}

.ti-rotate-3d:before {
    content: ""
}

.ti-rotate-clockwise:before {
    content: ""
}

.ti-rotate-clockwise-2:before {
    content: ""
}

.ti-rotate-dot:before {
    content: ""
}

.ti-rotate-rectangle:before {
    content: ""
}

.ti-route:before {
    content: ""
}

.ti-route-2:before {
    content: ""
}

.ti-route-alt-left:before {
    content: "ﲩ"
}

.ti-route-alt-right:before {
    content: "ﲪ"
}

.ti-route-off:before {
    content: ""
}

.ti-route-scan:before {
    content: "ﲿ"
}

.ti-route-square:before {
    content: "ﲬ"
}

.ti-route-square-2:before {
    content: "ﲫ"
}

.ti-route-x:before {
    content: "ﲮ"
}

.ti-route-x-2:before {
    content: "ﲭ"
}

.ti-router:before {
    content: ""
}

.ti-router-off:before {
    content: ""
}

.ti-row-insert-bottom:before {
    content: ""
}

.ti-row-insert-top:before {
    content: ""
}

.ti-row-remove:before {
    content: "﫾"
}

.ti-rss:before {
    content: ""
}

.ti-rubber-stamp:before {
    content: ""
}

.ti-rubber-stamp-off:before {
    content: ""
}

.ti-ruler:before {
    content: ""
}

.ti-ruler-2:before {
    content: ""
}

.ti-ruler-2-off:before {
    content: ""
}

.ti-ruler-3:before {
    content: ""
}

.ti-ruler-measure:before {
    content: ""
}

.ti-ruler-measure-2:before {
    content: "／"
}

.ti-ruler-off:before {
    content: ""
}

.ti-run:before {
    content: ""
}

.ti-rv-truck:before {
    content: "ﳀ"
}

.ti-s-turn-down:before {
    content: ""
}

.ti-s-turn-left:before {
    content: ""
}

.ti-s-turn-right:before {
    content: ""
}

.ti-s-turn-up:before {
    content: ""
}

.ti-sailboat:before {
    content: ""
}

.ti-sailboat-2:before {
    content: ""
}

.ti-sailboat-off:before {
    content: ""
}

.ti-salad:before {
    content: ""
}

.ti-salad-filled:before {
    content: "𐀇"
}

.ti-salt:before {
    content: ""
}

.ti-sandbox:before {
    content: "ﵬ"
}

.ti-satellite:before {
    content: ""
}

.ti-satellite-off:before {
    content: ""
}

.ti-sausage:before {
    content: ""
}

.ti-scale:before {
    content: ""
}

.ti-scale-off:before {
    content: ""
}

.ti-scale-outline:before {
    content: ""
}

.ti-scale-outline-off:before {
    content: ""
}

.ti-scan:before {
    content: ""
}

.ti-scan-eye:before {
    content: ""
}

.ti-scan-position:before {
    content: "ﶬ"
}

.ti-schema:before {
    content: ""
}

.ti-schema-off:before {
    content: ""
}

.ti-school:before {
    content: ""
}

.ti-school-bell:before {
    content: ""
}

.ti-school-off:before {
    content: ""
}

.ti-scissors:before {
    content: ""
}

.ti-scissors-off:before {
    content: ""
}

.ti-scooter:before {
    content: ""
}

.ti-scooter-electric:before {
    content: ""
}

.ti-scoreboard:before {
    content: "恵"
}

.ti-screen-share:before {
    content: ""
}

.ti-screen-share-off:before {
    content: ""
}

.ti-screenshot:before {
    content: ""
}

.ti-scribble:before {
    content: ""
}

.ti-scribble-off:before {
    content: ""
}

.ti-script:before {
    content: ""
}

.ti-script-minus:before {
    content: ""
}

.ti-script-plus:before {
    content: ""
}

.ti-script-x:before {
    content: ""
}

.ti-scuba-diving:before {
    content: "﵎"
}

.ti-scuba-diving-tank:before {
    content: "ﻺ"
}

.ti-scuba-diving-tank-filled:before {
    content: "＄"
}

.ti-scuba-mask:before {
    content: ""
}

.ti-scuba-mask-off:before {
    content: ""
}

.ti-sdk:before {
    content: ""
}

.ti-search:before {
    content: ""
}

.ti-search-off:before {
    content: ""
}

.ti-section:before {
    content: ""
}

.ti-section-filled:before {
    content: "︉"
}

.ti-section-sign:before {
    content: ""
}

.ti-seedling:before {
    content: ""
}

.ti-seedling-filled:before {
    content: "𐀆"
}

.ti-seedling-off:before {
    content: ""
}

.ti-select:before {
    content: ""
}

.ti-select-all:before {
    content: "立"
}

.ti-selector:before {
    content: ""
}

.ti-send:before {
    content: ""
}

.ti-send-2:before {
    content: "ﵝ"
}

.ti-send-off:before {
    content: ""
}

.ti-seo:before {
    content: ""
}

.ti-separator:before {
    content: ""
}

.ti-separator-horizontal:before {
    content: ""
}

.ti-separator-vertical:before {
    content: ""
}

.ti-server:before {
    content: ""
}

.ti-server-2:before {
    content: ""
}

.ti-server-bolt:before {
    content: ""
}

.ti-server-cog:before {
    content: ""
}

.ti-server-off:before {
    content: ""
}

.ti-server-spark:before {
    content: "ﾯ"
}

.ti-servicemark:before {
    content: ""
}

.ti-settings:before {
    content: ""
}

.ti-settings-2:before {
    content: ""
}

.ti-settings-automation:before {
    content: ""
}

.ti-settings-bolt:before {
    content: "玲"
}

.ti-settings-cancel:before {
    content: "瑩"
}

.ti-settings-check:before {
    content: "羚"
}

.ti-settings-code:before {
    content: "聆"
}

.ti-settings-cog:before {
    content: "鈴"
}

.ti-settings-dollar:before {
    content: "零"
}

.ti-settings-down:before {
    content: "靈"
}

.ti-settings-exclamation:before {
    content: "領"
}

.ti-settings-filled:before {
    content: ""
}

.ti-settings-heart:before {
    content: "例"
}

.ti-settings-minus:before {
    content: "禮"
}

.ti-settings-off:before {
    content: ""
}

.ti-settings-pause:before {
    content: "醴"
}

.ti-settings-pin:before {
    content: "隸"
}

.ti-settings-plus:before {
    content: "惡"
}

.ti-settings-question:before {
    content: "了"
}

.ti-settings-search:before {
    content: "僚"
}

.ti-settings-share:before {
    content: "寮"
}

.ti-settings-spark:before {
    content: "ﾮ"
}

.ti-settings-star:before {
    content: "尿"
}

.ti-settings-up:before {
    content: "料"
}

.ti-settings-x:before {
    content: "樂"
}

.ti-shadow:before {
    content: ""
}

.ti-shadow-off:before {
    content: ""
}

.ti-shape:before {
    content: ""
}

.ti-shape-2:before {
    content: ""
}

.ti-shape-3:before {
    content: ""
}

.ti-shape-off:before {
    content: ""
}

.ti-share:before {
    content: ""
}

.ti-share-2:before {
    content: ""
}

.ti-share-3:before {
    content: ""
}

.ti-share-off:before {
    content: ""
}

.ti-shareplay:before {
    content: "ﺥ"
}

.ti-shield:before {
    content: ""
}

.ti-shield-bolt:before {
    content: "燎"
}

.ti-shield-cancel:before {
    content: "療"
}

.ti-shield-check:before {
    content: ""
}

.ti-shield-check-filled:before {
    content: ""
}

.ti-shield-checkered:before {
    content: ""
}

.ti-shield-checkered-filled:before {
    content: ""
}

.ti-shield-chevron:before {
    content: ""
}

.ti-shield-code:before {
    content: "蓼"
}

.ti-shield-cog:before {
    content: "遼"
}

.ti-shield-dollar:before {
    content: "龍"
}

.ti-shield-down:before {
    content: "暈"
}

.ti-shield-exclamation:before {
    content: "阮"
}

.ti-shield-filled:before {
    content: ""
}

.ti-shield-half:before {
    content: ""
}

.ti-shield-half-filled:before {
    content: ""
}

.ti-shield-heart:before {
    content: "劉"
}

.ti-shield-lock:before {
    content: ""
}

.ti-shield-lock-filled:before {
    content: ""
}

.ti-shield-minus:before {
    content: "杻"
}

.ti-shield-off:before {
    content: ""
}

.ti-shield-pause:before {
    content: "柳"
}

.ti-shield-pin:before {
    content: "流"
}

.ti-shield-plus:before {
    content: "溜"
}

.ti-shield-question:before {
    content: "琉"
}

.ti-shield-search:before {
    content: "留"
}

.ti-shield-share:before {
    content: "硫"
}

.ti-shield-star:before {
    content: "紐"
}

.ti-shield-up:before {
    content: "類"
}

.ti-shield-x:before {
    content: ""
}

.ti-ship:before {
    content: ""
}

.ti-ship-off:before {
    content: ""
}

.ti-shirt:before {
    content: ""
}

.ti-shirt-filled:before {
    content: ""
}

.ti-shirt-off:before {
    content: ""
}

.ti-shirt-sport:before {
    content: ""
}

.ti-shoe:before {
    content: ""
}

.ti-shoe-off:before {
    content: ""
}

.ti-shopping-bag:before {
    content: ""
}

.ti-shopping-bag-check:before {
    content: "ﰖ"
}

.ti-shopping-bag-discount:before {
    content: "ﰗ"
}

.ti-shopping-bag-edit:before {
    content: "ﰘ"
}

.ti-shopping-bag-exclamation:before {
    content: "ﰙ"
}

.ti-shopping-bag-heart:before {
    content: "ﶢ"
}

.ti-shopping-bag-minus:before {
    content: "ﰚ"
}

.ti-shopping-bag-plus:before {
    content: "ﰛ"
}

.ti-shopping-bag-search:before {
    content: "ﰜ"
}

.ti-shopping-bag-x:before {
    content: "ﰝ"
}

.ti-shopping-cart:before {
    content: ""
}

.ti-shopping-cart-bolt:before {
    content: "ﭗ"
}

.ti-shopping-cart-cancel:before {
    content: "ﭘ"
}

.ti-shopping-cart-check:before {
    content: "ﭙ"
}

.ti-shopping-cart-code:before {
    content: "ﭚ"
}

.ti-shopping-cart-cog:before {
    content: "ﭛ"
}

.ti-shopping-cart-copy:before {
    content: "ﭜ"
}

.ti-shopping-cart-discount:before {
    content: "ﭝ"
}

.ti-shopping-cart-dollar:before {
    content: "ﭞ"
}

.ti-shopping-cart-down:before {
    content: "ﭟ"
}

.ti-shopping-cart-exclamation:before {
    content: "ﭠ"
}

.ti-shopping-cart-filled:before {
    content: "ﰿ"
}

.ti-shopping-cart-heart:before {
    content: "ﭡ"
}

.ti-shopping-cart-minus:before {
    content: "ﭢ"
}

.ti-shopping-cart-off:before {
    content: ""
}

.ti-shopping-cart-pause:before {
    content: "ﭣ"
}

.ti-shopping-cart-pin:before {
    content: "ﭤ"
}

.ti-shopping-cart-plus:before {
    content: "ﭥ"
}

.ti-shopping-cart-question:before {
    content: "ﭦ"
}

.ti-shopping-cart-search:before {
    content: "ﭧ"
}

.ti-shopping-cart-share:before {
    content: "ﭨ"
}

.ti-shopping-cart-star:before {
    content: "ﭩ"
}

.ti-shopping-cart-up:before {
    content: "ﭪ"
}

.ti-shopping-cart-x:before {
    content: "ﭫ"
}

.ti-shovel:before {
    content: ""
}

.ti-shovel-pitchforks:before {
    content: "ﴺ"
}

.ti-shredder:before {
    content: ""
}

.ti-sign-left:before {
    content: ""
}

.ti-sign-left-filled:before {
    content: ""
}

.ti-sign-right:before {
    content: ""
}

.ti-sign-right-filled:before {
    content: ""
}

.ti-signal-2g:before {
    content: ""
}

.ti-signal-3g:before {
    content: ""
}

.ti-signal-4g:before {
    content: ""
}

.ti-signal-4g-plus:before {
    content: ""
}

.ti-signal-5g:before {
    content: ""
}

.ti-signal-6g:before {
    content: "笠"
}

.ti-signal-e:before {
    content: "粒"
}

.ti-signal-g:before {
    content: "狀"
}

.ti-signal-h:before {
    content: "識"
}

.ti-signal-h-plus:before {
    content: "炙"
}

.ti-signal-lte:before {
    content: "什"
}

.ti-signature:before {
    content: ""
}

.ti-signature-off:before {
    content: ""
}

.ti-sitemap:before {
    content: ""
}

.ti-sitemap-filled:before {
    content: "𐁫"
}

.ti-sitemap-off:before {
    content: ""
}

.ti-skateboard:before {
    content: ""
}

.ti-skateboard-off:before {
    content: ""
}

.ti-skateboarding:before {
    content: "響"
}

.ti-skew-x:before {
    content: "ﴻ"
}

.ti-skew-y:before {
    content: "ﴼ"
}

.ti-ski-jumping:before {
    content: "𤋮"
}

.ti-skull:before {
    content: ""
}

.ti-slash:before {
    content: ""
}

.ti-slashes:before {
    content: ""
}

.ti-sleigh:before {
    content: ""
}

.ti-slice:before {
    content: ""
}

.ti-slideshow:before {
    content: ""
}

.ti-smart-home:before {
    content: ""
}

.ti-smart-home-off:before {
    content: ""
}

.ti-smoking:before {
    content: ""
}

.ti-smoking-no:before {
    content: ""
}

.ti-snowboarding:before {
    content: "﵏"
}

.ti-snowflake:before {
    content: ""
}

.ti-snowflake-off:before {
    content: ""
}

.ti-snowman:before {
    content: ""
}

.ti-soccer-field:before {
    content: ""
}

.ti-social:before {
    content: ""
}

.ti-social-off:before {
    content: ""
}

.ti-sock:before {
    content: ""
}

.ti-sofa:before {
    content: ""
}

.ti-sofa-off:before {
    content: ""
}

.ti-solar-electricity:before {
    content: "ﳁ"
}

.ti-solar-panel:before {
    content: ""
}

.ti-solar-panel-2:before {
    content: ""
}

.ti-sort-0-9:before {
    content: ""
}

.ti-sort-9-0:before {
    content: ""
}

.ti-sort-a-z:before {
    content: ""
}

.ti-sort-ascending:before {
    content: ""
}

.ti-sort-ascending-2:before {
    content: ""
}

.ti-sort-ascending-2-filled:before {
    content: "｛"
}

.ti-sort-ascending-letters:before {
    content: ""
}

.ti-sort-ascending-numbers:before {
    content: ""
}

.ti-sort-ascending-shapes:before {
    content: "ﶔ"
}

.ti-sort-ascending-shapes-filled:before {
    content: "ｚ"
}

.ti-sort-ascending-small-big:before {
    content: "ﶕ"
}

.ti-sort-descending:before {
    content: ""
}

.ti-sort-descending-2:before {
    content: ""
}

.ti-sort-descending-2-filled:before {
    content: "ｙ"
}

.ti-sort-descending-letters:before {
    content: ""
}

.ti-sort-descending-numbers:before {
    content: ""
}

.ti-sort-descending-shapes:before {
    content: "ﶗ"
}

.ti-sort-descending-shapes-filled:before {
    content: "ｘ"
}

.ti-sort-descending-small-big:before {
    content: "ﶖ"
}

.ti-sort-z-a:before {
    content: ""
}

.ti-sos:before {
    content: ""
}

.ti-soup:before {
    content: ""
}

.ti-soup-filled:before {
    content: "︈"
}

.ti-soup-off:before {
    content: ""
}

.ti-source-code:before {
    content: ""
}

.ti-space:before {
    content: ""
}

.ti-space-off:before {
    content: ""
}

.ti-spaces:before {
    content: "ﺤ"
}

.ti-spacing-horizontal:before {
    content: ""
}

.ti-spacing-vertical:before {
    content: ""
}

.ti-spade:before {
    content: ""
}

.ti-spade-filled:before {
    content: ""
}

.ti-sparkles:before {
    content: ""
}

.ti-speakerphone:before {
    content: ""
}

.ti-speedboat:before {
    content: ""
}

.ti-speedboat-filled:before {
    content: "𐃶"
}

.ti-sphere:before {
    content: "視"
}

.ti-sphere-off:before {
    content: "襁"
}

.ti-sphere-plus:before {
    content: "覆"
}

.ti-spider:before {
    content: ""
}

.ti-spider-filled:before {
    content: "𐄉"
}

.ti-spiral:before {
    content: ""
}

.ti-spiral-off:before {
    content: ""
}

.ti-sport-billard:before {
    content: ""
}

.ti-spray:before {
    content: ""
}

.ti-spy:before {
    content: ""
}

.ti-spy-off:before {
    content: ""
}

.ti-sql:before {
    content: ""
}

.ti-square:before {
    content: ""
}

.ti-square-arrow-down:before {
    content: ""
}

.ti-square-arrow-down-filled:before {
    content: "בּ"
}

.ti-square-arrow-left:before {
    content: ""
}

.ti-square-arrow-left-filled:before {
    content: "גּ"
}

.ti-square-arrow-right:before {
    content: ""
}

.ti-square-arrow-right-filled:before {
    content: "דּ"
}

.ti-square-arrow-up:before {
    content: ""
}

.ti-square-arrow-up-filled:before {
    content: "הּ"
}

.ti-square-asterisk:before {
    content: ""
}

.ti-square-asterisk-filled:before {
    content: "וּ"
}

.ti-square-check:before {
    content: ""
}

.ti-square-check-filled:before {
    content: ""
}

.ti-square-chevron-down:before {
    content: ""
}

.ti-square-chevron-down-filled:before {
    content: "זּ"
}

.ti-square-chevron-left:before {
    content: ""
}

.ti-square-chevron-left-filled:before {
    content: "﬷"
}

.ti-square-chevron-right:before {
    content: ""
}

.ti-square-chevron-right-filled:before {
    content: "טּ"
}

.ti-square-chevron-up:before {
    content: ""
}

.ti-square-chevron-up-filled:before {
    content: "יּ"
}

.ti-square-chevrons-down:before {
    content: ""
}

.ti-square-chevrons-down-filled:before {
    content: "ךּ"
}

.ti-square-chevrons-left:before {
    content: ""
}

.ti-square-chevrons-left-filled:before {
    content: "כּ"
}

.ti-square-chevrons-right:before {
    content: ""
}

.ti-square-chevrons-right-filled:before {
    content: "לּ"
}

.ti-square-chevrons-up:before {
    content: ""
}

.ti-square-chevrons-up-filled:before {
    content: "﬽"
}

.ti-square-dashed:before {
    content: "𐂻"
}

.ti-square-dot:before {
    content: ""
}

.ti-square-dot-filled:before {
    content: "מּ"
}

.ti-square-f0:before {
    content: ""
}

.ti-square-f0-filled:before {
    content: ""
}

.ti-square-f1:before {
    content: ""
}

.ti-square-f1-filled:before {
    content: ""
}

.ti-square-f2:before {
    content: ""
}

.ti-square-f2-filled:before {
    content: ""
}

.ti-square-f3:before {
    content: ""
}

.ti-square-f3-filled:before {
    content: ""
}

.ti-square-f4:before {
    content: ""
}

.ti-square-f4-filled:before {
    content: ""
}

.ti-square-f5:before {
    content: ""
}

.ti-square-f5-filled:before {
    content: ""
}

.ti-square-f6:before {
    content: ""
}

.ti-square-f6-filled:before {
    content: ""
}

.ti-square-f7:before {
    content: ""
}

.ti-square-f7-filled:before {
    content: ""
}

.ti-square-f8:before {
    content: ""
}

.ti-square-f8-filled:before {
    content: ""
}

.ti-square-f9:before {
    content: ""
}

.ti-square-f9-filled:before {
    content: ""
}

.ti-square-filled:before {
    content: "ﱀ"
}

.ti-square-forbid:before {
    content: ""
}

.ti-square-forbid-2:before {
    content: ""
}

.ti-square-half:before {
    content: ""
}

.ti-square-key:before {
    content: ""
}

.ti-square-letter-a:before {
    content: ""
}

.ti-square-letter-a-filled:before {
    content: "︇"
}

.ti-square-letter-b:before {
    content: ""
}

.ti-square-letter-b-filled:before {
    content: "︆"
}

.ti-square-letter-c:before {
    content: ""
}

.ti-square-letter-c-filled:before {
    content: "︅"
}

.ti-square-letter-d:before {
    content: ""
}

.ti-square-letter-d-filled:before {
    content: "︄"
}

.ti-square-letter-e:before {
    content: ""
}

.ti-square-letter-e-filled:before {
    content: "︃"
}

.ti-square-letter-f:before {
    content: ""
}

.ti-square-letter-f-filled:before {
    content: "︂"
}

.ti-square-letter-g:before {
    content: ""
}

.ti-square-letter-g-filled:before {
    content: "︁"
}

.ti-square-letter-h:before {
    content: ""
}

.ti-square-letter-h-filled:before {
    content: "︀"
}

.ti-square-letter-i:before {
    content: ""
}

.ti-square-letter-i-filled:before {
    content: "﷿"
}

.ti-square-letter-j:before {
    content: ""
}

.ti-square-letter-j-filled:before {
    content: "﷾"
}

.ti-square-letter-k:before {
    content: ""
}

.ti-square-letter-k-filled:before {
    content: "﷽"
}

.ti-square-letter-l:before {
    content: ""
}

.ti-square-letter-l-filled:before {
    content: "﷼"
}

.ti-square-letter-m:before {
    content: ""
}

.ti-square-letter-m-filled:before {
    content: "ﷻ"
}

.ti-square-letter-n:before {
    content: ""
}

.ti-square-letter-n-filled:before {
    content: "ﷺ"
}

.ti-square-letter-o:before {
    content: ""
}

.ti-square-letter-o-filled:before {
    content: "ﷹ"
}

.ti-square-letter-p:before {
    content: ""
}

.ti-square-letter-p-filled:before {
    content: "ﷸ"
}

.ti-square-letter-q:before {
    content: ""
}

.ti-square-letter-q-filled:before {
    content: "ﷷ"
}

.ti-square-letter-r:before {
    content: ""
}

.ti-square-letter-r-filled:before {
    content: "ﷶ"
}

.ti-square-letter-s:before {
    content: ""
}

.ti-square-letter-s-filled:before {
    content: "ﷵ"
}

.ti-square-letter-t:before {
    content: ""
}

.ti-square-letter-t-filled:before {
    content: "ﷴ"
}

.ti-square-letter-u:before {
    content: ""
}

.ti-square-letter-u-filled:before {
    content: "ﷳ"
}

.ti-square-letter-v:before {
    content: ""
}

.ti-square-letter-v-filled:before {
    content: "ﷲ"
}

.ti-square-letter-w:before {
    content: ""
}

.ti-square-letter-w-filled:before {
    content: "ﷱ"
}

.ti-square-letter-x:before {
    content: ""
}

.ti-square-letter-x-filled:before {
    content: "ﷰ"
}

.ti-square-letter-y:before {
    content: ""
}

.ti-square-letter-y-filled:before {
    content: "﷯"
}

.ti-square-letter-z:before {
    content: ""
}

.ti-square-letter-z-filled:before {
    content: "﷮"
}

.ti-square-minus:before {
    content: ""
}

.ti-square-minus-filled:before {
    content: "﬿"
}

.ti-square-number-0:before {
    content: ""
}

.ti-square-number-0-filled:before {
    content: ""
}

.ti-square-number-1:before {
    content: ""
}

.ti-square-number-1-filled:before {
    content: ""
}

.ti-square-number-2:before {
    content: ""
}

.ti-square-number-2-filled:before {
    content: ""
}

.ti-square-number-3:before {
    content: ""
}

.ti-square-number-3-filled:before {
    content: ""
}

.ti-square-number-4:before {
    content: ""
}

.ti-square-number-4-filled:before {
    content: ""
}

.ti-square-number-5:before {
    content: ""
}

.ti-square-number-5-filled:before {
    content: ""
}

.ti-square-number-6:before {
    content: ""
}

.ti-square-number-6-filled:before {
    content: ""
}

.ti-square-number-7:before {
    content: ""
}

.ti-square-number-7-filled:before {
    content: ""
}

.ti-square-number-8:before {
    content: ""
}

.ti-square-number-8-filled:before {
    content: ""
}

.ti-square-number-9:before {
    content: ""
}

.ti-square-number-9-filled:before {
    content: ""
}

.ti-square-off:before {
    content: ""
}

.ti-square-percentage:before {
    content: "ﶃ"
}

.ti-square-plus:before {
    content: ""
}

.ti-square-plus-2:before {
    content: "ﲖ"
}

.ti-square-root:before {
    content: ""
}

.ti-square-root-2:before {
    content: ""
}

.ti-square-rotated:before {
    content: ""
}

.ti-square-rotated-filled:before {
    content: ""
}

.ti-square-rotated-forbid:before {
    content: ""
}

.ti-square-rotated-forbid-2:before {
    content: ""
}

.ti-square-rotated-off:before {
    content: ""
}

.ti-square-rounded:before {
    content: ""
}

.ti-square-rounded-arrow-down:before {
    content: ""
}

.ti-square-rounded-arrow-down-filled:before {
    content: ""
}

.ti-square-rounded-arrow-left:before {
    content: ""
}

.ti-square-rounded-arrow-left-filled:before {
    content: ""
}

.ti-square-rounded-arrow-right:before {
    content: ""
}

.ti-square-rounded-arrow-right-filled:before {
    content: ""
}

.ti-square-rounded-arrow-up:before {
    content: ""
}

.ti-square-rounded-arrow-up-filled:before {
    content: ""
}

.ti-square-rounded-check:before {
    content: ""
}

.ti-square-rounded-check-filled:before {
    content: ""
}

.ti-square-rounded-chevron-down:before {
    content: ""
}

.ti-square-rounded-chevron-down-filled:before {
    content: ""
}

.ti-square-rounded-chevron-left:before {
    content: ""
}

.ti-square-rounded-chevron-left-filled:before {
    content: ""
}

.ti-square-rounded-chevron-right:before {
    content: ""
}

.ti-square-rounded-chevron-right-filled:before {
    content: ""
}

.ti-square-rounded-chevron-up:before {
    content: ""
}

.ti-square-rounded-chevron-up-filled:before {
    content: ""
}

.ti-square-rounded-chevrons-down:before {
    content: ""
}

.ti-square-rounded-chevrons-down-filled:before {
    content: ""
}

.ti-square-rounded-chevrons-left:before {
    content: ""
}

.ti-square-rounded-chevrons-left-filled:before {
    content: ""
}

.ti-square-rounded-chevrons-right:before {
    content: ""
}

.ti-square-rounded-chevrons-right-filled:before {
    content: ""
}

.ti-square-rounded-chevrons-up:before {
    content: ""
}

.ti-square-rounded-chevrons-up-filled:before {
    content: ""
}

.ti-square-rounded-filled:before {
    content: ""
}

.ti-square-rounded-letter-a:before {
    content: ""
}

.ti-square-rounded-letter-a-filled:before {
    content: "﷭"
}

.ti-square-rounded-letter-b:before {
    content: ""
}

.ti-square-rounded-letter-b-filled:before {
    content: "﷬"
}

.ti-square-rounded-letter-c:before {
    content: ""
}

.ti-square-rounded-letter-c-filled:before {
    content: "﷫"
}

.ti-square-rounded-letter-d:before {
    content: ""
}

.ti-square-rounded-letter-d-filled:before {
    content: "﷪"
}

.ti-square-rounded-letter-e:before {
    content: ""
}

.ti-square-rounded-letter-e-filled:before {
    content: "﷩"
}

.ti-square-rounded-letter-f:before {
    content: ""
}

.ti-square-rounded-letter-f-filled:before {
    content: "﷨"
}

.ti-square-rounded-letter-g:before {
    content: ""
}

.ti-square-rounded-letter-g-filled:before {
    content: "﷧"
}

.ti-square-rounded-letter-h:before {
    content: ""
}

.ti-square-rounded-letter-h-filled:before {
    content: "﷦"
}

.ti-square-rounded-letter-i:before {
    content: ""
}

.ti-square-rounded-letter-i-filled:before {
    content: "﷥"
}

.ti-square-rounded-letter-j:before {
    content: ""
}

.ti-square-rounded-letter-j-filled:before {
    content: "﷤"
}

.ti-square-rounded-letter-k:before {
    content: ""
}

.ti-square-rounded-letter-k-filled:before {
    content: "﷣"
}

.ti-square-rounded-letter-l:before {
    content: ""
}

.ti-square-rounded-letter-l-filled:before {
    content: "﷢"
}

.ti-square-rounded-letter-m:before {
    content: ""
}

.ti-square-rounded-letter-m-filled:before {
    content: "﷡"
}

.ti-square-rounded-letter-n:before {
    content: ""
}

.ti-square-rounded-letter-n-filled:before {
    content: "﷠"
}

.ti-square-rounded-letter-o:before {
    content: ""
}

.ti-square-rounded-letter-o-filled:before {
    content: "﷟"
}

.ti-square-rounded-letter-p:before {
    content: ""
}

.ti-square-rounded-letter-p-filled:before {
    content: "﷞"
}

.ti-square-rounded-letter-q:before {
    content: ""
}

.ti-square-rounded-letter-q-filled:before {
    content: "﷝"
}

.ti-square-rounded-letter-r:before {
    content: ""
}

.ti-square-rounded-letter-r-filled:before {
    content: "﷜"
}

.ti-square-rounded-letter-s:before {
    content: ""
}

.ti-square-rounded-letter-s-filled:before {
    content: "﷛"
}

.ti-square-rounded-letter-t:before {
    content: ""
}

.ti-square-rounded-letter-t-filled:before {
    content: "﷚"
}

.ti-square-rounded-letter-u:before {
    content: ""
}

.ti-square-rounded-letter-u-filled:before {
    content: "﷙"
}

.ti-square-rounded-letter-v:before {
    content: ""
}

.ti-square-rounded-letter-v-filled:before {
    content: "﷘"
}

.ti-square-rounded-letter-w:before {
    content: ""
}

.ti-square-rounded-letter-w-filled:before {
    content: "﷗"
}

.ti-square-rounded-letter-x:before {
    content: ""
}

.ti-square-rounded-letter-x-filled:before {
    content: "﷖"
}

.ti-square-rounded-letter-y:before {
    content: ""
}

.ti-square-rounded-letter-y-filled:before {
    content: "﷕"
}

.ti-square-rounded-letter-z:before {
    content: ""
}

.ti-square-rounded-letter-z-filled:before {
    content: "﷔"
}

.ti-square-rounded-minus:before {
    content: ""
}

.ti-square-rounded-minus-2:before {
    content: "ﲗ"
}

.ti-square-rounded-minus-filled:before {
    content: "נּ"
}

.ti-square-rounded-number-0:before {
    content: ""
}

.ti-square-rounded-number-0-filled:before {
    content: ""
}

.ti-square-rounded-number-1:before {
    content: ""
}

.ti-square-rounded-number-1-filled:before {
    content: ""
}

.ti-square-rounded-number-2:before {
    content: ""
}

.ti-square-rounded-number-2-filled:before {
    content: ""
}

.ti-square-rounded-number-3:before {
    content: ""
}

.ti-square-rounded-number-3-filled:before {
    content: ""
}

.ti-square-rounded-number-4:before {
    content: ""
}

.ti-square-rounded-number-4-filled:before {
    content: ""
}

.ti-square-rounded-number-5:before {
    content: ""
}

.ti-square-rounded-number-5-filled:before {
    content: ""
}

.ti-square-rounded-number-6:before {
    content: ""
}

.ti-square-rounded-number-6-filled:before {
    content: ""
}

.ti-square-rounded-number-7:before {
    content: ""
}

.ti-square-rounded-number-7-filled:before {
    content: ""
}

.ti-square-rounded-number-8:before {
    content: ""
}

.ti-square-rounded-number-8-filled:before {
    content: ""
}

.ti-square-rounded-number-9:before {
    content: ""
}

.ti-square-rounded-number-9-filled:before {
    content: ""
}

.ti-square-rounded-percentage:before {
    content: "ﶄ"
}

.ti-square-rounded-plus:before {
    content: ""
}

.ti-square-rounded-plus-2:before {
    content: "ﲘ"
}

.ti-square-rounded-plus-filled:before {
    content: ""
}

.ti-square-rounded-x:before {
    content: ""
}

.ti-square-rounded-x-filled:before {
    content: ""
}

.ti-square-toggle:before {
    content: ""
}

.ti-square-toggle-horizontal:before {
    content: ""
}

.ti-square-x:before {
    content: ""
}

.ti-square-x-filled:before {
    content: "סּ"
}

.ti-squares:before {
    content: ""
}

.ti-squares-diagonal:before {
    content: ""
}

.ti-squares-filled:before {
    content: "ﺟ"
}

.ti-squares-selected:before {
    content: "ﺣ"
}

.ti-stack:before {
    content: ""
}

.ti-stack-2:before {
    content: ""
}

.ti-stack-2-filled:before {
    content: "﷓"
}

.ti-stack-3:before {
    content: ""
}

.ti-stack-3-filled:before {
    content: "﷒"
}

.ti-stack-back:before {
    content: "ﴦ"
}

.ti-stack-backward:before {
    content: "ﴧ"
}

.ti-stack-filled:before {
    content: "﷑"
}

.ti-stack-forward:before {
    content: "ﴨ"
}

.ti-stack-front:before {
    content: "ﴩ"
}

.ti-stack-middle:before {
    content: "ﴪ"
}

.ti-stack-pop:before {
    content: ""
}

.ti-stack-push:before {
    content: ""
}

.ti-stairs:before {
    content: ""
}

.ti-stairs-down:before {
    content: ""
}

.ti-stairs-up:before {
    content: ""
}

.ti-star:before {
    content: ""
}

.ti-star-filled:before {
    content: ""
}

.ti-star-half:before {
    content: ""
}

.ti-star-half-filled:before {
    content: ""
}

.ti-star-off:before {
    content: ""
}

.ti-stars:before {
    content: ""
}

.ti-stars-filled:before {
    content: ""
}

.ti-stars-off:before {
    content: ""
}

.ti-status-change:before {
    content: ""
}

.ti-steam:before {
    content: ""
}

.ti-steering-wheel:before {
    content: ""
}

.ti-steering-wheel-filled:before {
    content: "＃"
}

.ti-steering-wheel-off:before {
    content: ""
}

.ti-step-into:before {
    content: ""
}

.ti-step-out:before {
    content: ""
}

.ti-stereo-glasses:before {
    content: ""
}

.ti-stethoscope:before {
    content: ""
}

.ti-stethoscope-off:before {
    content: ""
}

.ti-sticker:before {
    content: ""
}

.ti-sticker-2:before {
    content: "ﴽ"
}

.ti-stopwatch:before {
    content: "ﾛ"
}

.ti-storm:before {
    content: ""
}

.ti-storm-off:before {
    content: ""
}

.ti-stretching:before {
    content: ""
}

.ti-stretching-2:before {
    content: "舘"
}

.ti-strikethrough:before {
    content: ""
}

.ti-submarine:before {
    content: ""
}

.ti-subscript:before {
    content: ""
}

.ti-subtask:before {
    content: ""
}

.ti-sum:before {
    content: ""
}

.ti-sum-off:before {
    content: ""
}

.ti-sun:before {
    content: ""
}

.ti-sun-electricity:before {
    content: "ﳂ"
}

.ti-sun-filled:before {
    content: ""
}

.ti-sun-high:before {
    content: ""
}

.ti-sun-high-filled:before {
    content: "𐄈"
}

.ti-sun-low:before {
    content: ""
}

.ti-sun-low-filled:before {
    content: "𐄇"
}

.ti-sun-moon:before {
    content: ""
}

.ti-sun-off:before {
    content: ""
}

.ti-sun-wind:before {
    content: ""
}

.ti-sunglasses:before {
    content: ""
}

.ti-sunglasses-filled:before {
    content: "ﻈ"
}

.ti-sunrise:before {
    content: ""
}

.ti-sunrise-filled:before {
    content: "𐄆"
}

.ti-sunset:before {
    content: ""
}

.ti-sunset-2:before {
    content: ""
}

.ti-sunset-2-filled:before {
    content: "𐄅"
}

.ti-sunset-filled:before {
    content: "𐄄"
}

.ti-superscript:before {
    content: ""
}

.ti-svg:before {
    content: ""
}

.ti-swimming:before {
    content: ""
}

.ti-swipe:before {
    content: ""
}

.ti-swipe-down:before {
    content: "ﵞ"
}

.ti-swipe-down-filled:before {
    content: "ｗ"
}

.ti-swipe-left:before {
    content: "ﵟ"
}

.ti-swipe-left-filled:before {
    content: "ｖ"
}

.ti-swipe-right:before {
    content: "ﵠ"
}

.ti-swipe-right-filled:before {
    content: "ｕ"
}

.ti-swipe-up:before {
    content: "ﵡ"
}

.ti-swipe-up-filled:before {
    content: "ｔ"
}

.ti-switch:before {
    content: ""
}

.ti-switch-2:before {
    content: ""
}

.ti-switch-3:before {
    content: ""
}

.ti-switch-horizontal:before {
    content: ""
}

.ti-switch-vertical:before {
    content: ""
}

.ti-sword:before {
    content: ""
}

.ti-sword-off:before {
    content: ""
}

.ti-swords:before {
    content: ""
}

.ti-table:before {
    content: ""
}

.ti-table-alias:before {
    content: ""
}

.ti-table-column:before {
    content: "﫿"
}

.ti-table-dashed:before {
    content: "𐂺"
}

.ti-table-down:before {
    content: "靖"
}

.ti-table-export:before {
    content: ""
}

.ti-table-filled:before {
    content: ""
}

.ti-table-heart:before {
    content: "精"
}

.ti-table-import:before {
    content: ""
}

.ti-table-minus:before {
    content: "羽"
}

.ti-table-off:before {
    content: ""
}

.ti-table-options:before {
    content: ""
}

.ti-table-plus:before {
    content: "﨟"
}

.ti-table-row:before {
    content: "ﬀ"
}

.ti-table-share:before {
    content: "蘒"
}

.ti-table-shortcut:before {
    content: ""
}

.ti-table-spark:before {
    content: "ﾭ"
}

.ti-tag:before {
    content: "𐂖"
}

.ti-tag-filled:before {
    content: "＂"
}

.ti-tag-minus:before {
    content: ""
}

.ti-tag-off:before {
    content: ""
}

.ti-tag-plus:before {
    content: "𐂗"
}

.ti-tag-starred:before {
    content: "ﲙ"
}

.ti-tags:before {
    content: ""
}

.ti-tags-filled:before {
    content: "！"
}

.ti-tags-off:before {
    content: ""
}

.ti-tallymark-1:before {
    content: ""
}

.ti-tallymark-2:before {
    content: ""
}

.ti-tallymark-3:before {
    content: ""
}

.ti-tallymark-4:before {
    content: ""
}

.ti-tallymarks:before {
    content: ""
}

.ti-tank:before {
    content: ""
}

.ti-target:before {
    content: ""
}

.ti-target-arrow:before {
    content: ""
}

.ti-target-off:before {
    content: ""
}

.ti-tax:before {
    content: "ﻮ"
}

.ti-tax-euro:before {
    content: "ﻰ"
}

.ti-tax-pound:before {
    content: "ﻯ"
}

.ti-teapot:before {
    content: ""
}

.ti-telescope:before {
    content: ""
}

.ti-telescope-off:before {
    content: ""
}

.ti-temperature:before {
    content: ""
}

.ti-temperature-celsius:before {
    content: ""
}

.ti-temperature-fahrenheit:before {
    content: ""
}

.ti-temperature-minus:before {
    content: ""
}

.ti-temperature-minus-filled:before {
    content: "𐄃"
}

.ti-temperature-off:before {
    content: ""
}

.ti-temperature-plus:before {
    content: ""
}

.ti-temperature-plus-filled:before {
    content: "𐄂"
}

.ti-temperature-snow:before {
    content: "ﶣ"
}

.ti-temperature-sun:before {
    content: "ﶤ"
}

.ti-template:before {
    content: ""
}

.ti-template-off:before {
    content: ""
}

.ti-tent:before {
    content: ""
}

.ti-tent-off:before {
    content: ""
}

.ti-terminal:before {
    content: ""
}

.ti-terminal-2:before {
    content: ""
}

.ti-test-pipe:before {
    content: ""
}

.ti-test-pipe-2:before {
    content: ""
}

.ti-test-pipe-2-filled:before {
    content: "ｓ"
}

.ti-test-pipe-off:before {
    content: ""
}

.ti-tex:before {
    content: ""
}

.ti-text-caption:before {
    content: ""
}

.ti-text-color:before {
    content: ""
}

.ti-text-decrease:before {
    content: ""
}

.ti-text-direction-ltr:before {
    content: ""
}

.ti-text-direction-rtl:before {
    content: ""
}

.ti-text-grammar:before {
    content: "ﵭ"
}

.ti-text-increase:before {
    content: ""
}

.ti-text-orientation:before {
    content: ""
}

.ti-text-plus:before {
    content: ""
}

.ti-text-recognition:before {
    content: ""
}

.ti-text-resize:before {
    content: ""
}

.ti-text-scan-2:before {
    content: "ﳃ"
}

.ti-text-size:before {
    content: ""
}

.ti-text-spellcheck:before {
    content: ""
}

.ti-text-wrap:before {
    content: ""
}

.ti-text-wrap-column:before {
    content: "ﺲ"
}

.ti-text-wrap-disabled:before {
    content: ""
}

.ti-texture:before {
    content: ""
}

.ti-theater:before {
    content: ""
}

.ti-thermometer:before {
    content: ""
}

.ti-thumb-down:before {
    content: ""
}

.ti-thumb-down-filled:before {
    content: ""
}

.ti-thumb-down-off:before {
    content: ""
}

.ti-thumb-up:before {
    content: ""
}

.ti-thumb-up-filled:before {
    content: ""
}

.ti-thumb-up-off:before {
    content: ""
}

.ti-tic-tac:before {
    content: ""
}

.ti-ticket:before {
    content: ""
}

.ti-ticket-off:before {
    content: ""
}

.ti-tie:before {
    content: ""
}

.ti-tilde:before {
    content: ""
}

.ti-tilt-shift:before {
    content: ""
}

.ti-tilt-shift-filled:before {
    content: "ﻇ"
}

.ti-tilt-shift-off:before {
    content: ""
}

.ti-time-duration-0:before {
    content: "䀹"
}

.ti-time-duration-10:before {
    content: "𥉉"
}

.ti-time-duration-15:before {
    content: "𥳐"
}

.ti-time-duration-30:before {
    content: "𧻓"
}

.ti-time-duration-45:before {
    content: "齃"
}

.ti-time-duration-5:before {
    content: "龎"
}

.ti-time-duration-60:before {
    content: "﫚"
}

.ti-time-duration-90:before {
    content: "﫛"
}

.ti-time-duration-off:before {
    content: "﫜"
}

.ti-timeline:before {
    content: ""
}

.ti-timeline-event:before {
    content: ""
}

.ti-timeline-event-exclamation:before {
    content: ""
}

.ti-timeline-event-filled:before {
    content: "ﴘ"
}

.ti-timeline-event-minus:before {
    content: ""
}

.ti-timeline-event-plus:before {
    content: ""
}

.ti-timeline-event-text:before {
    content: ""
}

.ti-timeline-event-x:before {
    content: ""
}

.ti-timezone:before {
    content: "ﻭ"
}

.ti-tip-jar:before {
    content: "ﻪ"
}

.ti-tip-jar-euro:before {
    content: "ﻬ"
}

.ti-tip-jar-pound:before {
    content: "ﻫ"
}

.ti-tir:before {
    content: ""
}

.ti-toggle-left:before {
    content: ""
}

.ti-toggle-left-filled:before {
    content: "ﻀ"
}

.ti-toggle-right:before {
    content: ""
}

.ti-toggle-right-filled:before {
    content: "ﺿ"
}

.ti-toilet-paper:before {
    content: ""
}

.ti-toilet-paper-off:before {
    content: ""
}

.ti-toml:before {
    content: "艹"
}

.ti-tool:before {
    content: ""
}

.ti-tools:before {
    content: ""
}

.ti-tools-kitchen:before {
    content: ""
}

.ti-tools-kitchen-2:before {
    content: ""
}

.ti-tools-kitchen-2-off:before {
    content: ""
}

.ti-tools-kitchen-3:before {
    content: "ﴫ"
}

.ti-tools-kitchen-off:before {
    content: ""
}

.ti-tools-off:before {
    content: ""
}

.ti-tooltip:before {
    content: ""
}

.ti-topology-bus:before {
    content: ""
}

.ti-topology-complex:before {
    content: ""
}

.ti-topology-full:before {
    content: ""
}

.ti-topology-full-hierarchy:before {
    content: ""
}

.ti-topology-ring:before {
    content: ""
}

.ti-topology-ring-2:before {
    content: ""
}

.ti-topology-ring-3:before {
    content: ""
}

.ti-topology-star:before {
    content: ""
}

.ti-topology-star-2:before {
    content: ""
}

.ti-topology-star-3:before {
    content: ""
}

.ti-topology-star-ring:before {
    content: ""
}

.ti-topology-star-ring-2:before {
    content: ""
}

.ti-topology-star-ring-3:before {
    content: ""
}

.ti-torii:before {
    content: ""
}

.ti-tornado:before {
    content: ""
}

.ti-tournament:before {
    content: ""
}

.ti-tower:before {
    content: ""
}

.ti-tower-off:before {
    content: ""
}

.ti-track:before {
    content: ""
}

.ti-tractor:before {
    content: ""
}

.ti-trademark:before {
    content: ""
}

.ti-traffic-cone:before {
    content: ""
}

.ti-traffic-cone-off:before {
    content: ""
}

.ti-traffic-lights:before {
    content: ""
}

.ti-traffic-lights-off:before {
    content: ""
}

.ti-train:before {
    content: ""
}

.ti-train-filled:before {
    content: "𐃵"
}

.ti-transaction-bitcoin:before {
    content: "ﵮ"
}

.ti-transaction-dollar:before {
    content: "ﵯ"
}

.ti-transaction-euro:before {
    content: "ﵰ"
}

.ti-transaction-pound:before {
    content: "ﵱ"
}

.ti-transaction-rupee:before {
    content: "ﶅ"
}

.ti-transaction-yen:before {
    content: "ﵲ"
}

.ti-transaction-yuan:before {
    content: "ﵳ"
}

.ti-transfer:before {
    content: "ﰟ"
}

.ti-transfer-in:before {
    content: ""
}

.ti-transfer-out:before {
    content: ""
}

.ti-transfer-vertical:before {
    content: "ﰞ"
}

.ti-transform:before {
    content: ""
}

.ti-transform-filled:before {
    content: ""
}

.ti-transform-point:before {
    content: "ﶩ"
}

.ti-transform-point-bottom-left:before {
    content: "ﶥ"
}

.ti-transform-point-bottom-right:before {
    content: "ﶦ"
}

.ti-transform-point-top-left:before {
    content: "ﶧ"
}

.ti-transform-point-top-right:before {
    content: "ﶨ"
}

.ti-transition-bottom:before {
    content: ""
}

.ti-transition-bottom-filled:before {
    content: "﷐"
}

.ti-transition-left:before {
    content: ""
}

.ti-transition-left-filled:before {
    content: "﷏"
}

.ti-transition-right:before {
    content: ""
}

.ti-transition-right-filled:before {
    content: "﷎"
}

.ti-transition-top:before {
    content: ""
}

.ti-transition-top-filled:before {
    content: "﷍"
}

.ti-trash:before {
    content: ""
}

.ti-trash-filled:before {
    content: ""
}

.ti-trash-off:before {
    content: ""
}

.ti-trash-x:before {
    content: ""
}

.ti-trash-x-filled:before {
    content: ""
}

.ti-treadmill:before {
    content: "﩮"
}

.ti-tree:before {
    content: ""
}

.ti-trees:before {
    content: ""
}

.ti-trekking:before {
    content: ""
}

.ti-trending-down:before {
    content: ""
}

.ti-trending-down-2:before {
    content: ""
}

.ti-trending-down-3:before {
    content: ""
}

.ti-trending-up:before {
    content: ""
}

.ti-trending-up-2:before {
    content: ""
}

.ti-trending-up-3:before {
    content: ""
}

.ti-triangle:before {
    content: ""
}

.ti-triangle-filled:before {
    content: ""
}

.ti-triangle-inverted:before {
    content: ""
}

.ti-triangle-inverted-filled:before {
    content: ""
}

.ti-triangle-minus:before {
    content: "ﲛ"
}

.ti-triangle-minus-2:before {
    content: "ﲚ"
}

.ti-triangle-off:before {
    content: ""
}

.ti-triangle-plus:before {
    content: "ﲝ"
}

.ti-triangle-plus-2:before {
    content: "ﲜ"
}

.ti-triangle-square-circle:before {
    content: ""
}

.ti-triangle-square-circle-filled:before {
    content: "﭂"
}

.ti-triangles:before {
    content: ""
}

.ti-trident:before {
    content: ""
}

.ti-trolley:before {
    content: ""
}

.ti-trolley-filled:before {
    content: "𐃴"
}

.ti-trophy:before {
    content: ""
}

.ti-trophy-filled:before {
    content: ""
}

.ti-trophy-off:before {
    content: ""
}

.ti-trowel:before {
    content: ""
}

.ti-truck:before {
    content: ""
}

.ti-truck-delivery:before {
    content: ""
}

.ti-truck-filled:before {
    content: "𐃳"
}

.ti-truck-loading:before {
    content: ""
}

.ti-truck-off:before {
    content: ""
}

.ti-truck-return:before {
    content: ""
}

.ti-txt:before {
    content: ""
}

.ti-typeface:before {
    content: "ﶫ"
}

.ti-typography:before {
    content: ""
}

.ti-typography-off:before {
    content: ""
}

.ti-u-turn-left:before {
    content: "ﺢ"
}

.ti-u-turn-right:before {
    content: "ﺡ"
}

.ti-ufo:before {
    content: ""
}

.ti-ufo-filled:before {
    content: "𐅥"
}

.ti-ufo-off:before {
    content: ""
}

.ti-uhd:before {
    content: "𐂪"
}

.ti-umbrella:before {
    content: ""
}

.ti-umbrella-2:before {
    content: "．"
}

.ti-umbrella-closed:before {
    content: "，"
}

.ti-umbrella-closed-2:before {
    content: "－"
}

.ti-umbrella-filled:before {
    content: ""
}

.ti-umbrella-off:before {
    content: ""
}

.ti-underline:before {
    content: ""
}

.ti-universe:before {
    content: "ﳄ"
}

.ti-unlink:before {
    content: ""
}

.ti-upload:before {
    content: ""
}

.ti-urgent:before {
    content: ""
}

.ti-usb:before {
    content: ""
}

.ti-user:before {
    content: ""
}

.ti-user-bitcoin:before {
    content: "Ｐ"
}

.ti-user-bolt:before {
    content: "六"
}

.ti-user-cancel:before {
    content: "戮"
}

.ti-user-check:before {
    content: ""
}

.ti-user-circle:before {
    content: ""
}

.ti-user-code:before {
    content: "陸"
}

.ti-user-cog:before {
    content: "倫"
}

.ti-user-dollar:before {
    content: "崙"
}

.ti-user-down:before {
    content: "淪"
}

.ti-user-edit:before {
    content: ""
}

.ti-user-exclamation:before {
    content: ""
}

.ti-user-filled:before {
    content: "ﴙ"
}

.ti-user-heart:before {
    content: ""
}

.ti-user-hexagon:before {
    content: "ﱎ"
}

.ti-user-minus:before {
    content: ""
}

.ti-user-off:before {
    content: ""
}

.ti-user-pause:before {
    content: "輪"
}

.ti-user-pentagon:before {
    content: "ﱏ"
}

.ti-user-pin:before {
    content: ""
}

.ti-user-plus:before {
    content: ""
}

.ti-user-question:before {
    content: ""
}

.ti-user-scan:before {
    content: "ﲯ"
}

.ti-user-screen:before {
    content: "ﺠ"
}

.ti-user-search:before {
    content: ""
}

.ti-user-share:before {
    content: "律"
}

.ti-user-shield:before {
    content: ""
}

.ti-user-square:before {
    content: "ﱑ"
}

.ti-user-square-rounded:before {
    content: "ﱐ"
}

.ti-user-star:before {
    content: ""
}

.ti-user-up:before {
    content: ""
}

.ti-user-x:before {
    content: ""
}

.ti-users:before {
    content: ""
}

.ti-users-group:before {
    content: "﨡"
}

.ti-users-minus:before {
    content: "﨎"
}

.ti-users-plus:before {
    content: "﨏"
}

.ti-uv-index:before {
    content: ""
}

.ti-ux-circle:before {
    content: ""
}

.ti-vaccine:before {
    content: ""
}

.ti-vaccine-bottle:before {
    content: ""
}

.ti-vaccine-bottle-off:before {
    content: ""
}

.ti-vaccine-off:before {
    content: ""
}

.ti-vacuum-cleaner:before {
    content: ""
}

.ti-variable:before {
    content: ""
}

.ti-variable-minus:before {
    content: ""
}

.ti-variable-off:before {
    content: ""
}

.ti-variable-plus:before {
    content: ""
}

.ti-vector:before {
    content: ""
}

.ti-vector-bezier:before {
    content: ""
}

.ti-vector-bezier-2:before {
    content: ""
}

.ti-vector-bezier-arc:before {
    content: ""
}

.ti-vector-bezier-circle:before {
    content: ""
}

.ti-vector-off:before {
    content: ""
}

.ti-vector-spline:before {
    content: ""
}

.ti-vector-triangle:before {
    content: ""
}

.ti-vector-triangle-off:before {
    content: ""
}

.ti-venus:before {
    content: ""
}

.ti-versions:before {
    content: ""
}

.ti-versions-filled:before {
    content: ""
}

.ti-versions-off:before {
    content: ""
}

.ti-video:before {
    content: ""
}

.ti-video-filled:before {
    content: "𐂛"
}

.ti-video-minus:before {
    content: ""
}

.ti-video-off:before {
    content: ""
}

.ti-video-plus:before {
    content: ""
}

.ti-view-360:before {
    content: ""
}

.ti-view-360-arrow:before {
    content: ""
}

.ti-view-360-number:before {
    content: ""
}

.ti-view-360-off:before {
    content: ""
}

.ti-viewfinder:before {
    content: ""
}

.ti-viewfinder-off:before {
    content: ""
}

.ti-viewport-narrow:before {
    content: ""
}

.ti-viewport-short:before {
    content: "ﻩ"
}

.ti-viewport-tall:before {
    content: "ﻨ"
}

.ti-viewport-wide:before {
    content: ""
}

.ti-vinyl:before {
    content: ""
}

.ti-vip:before {
    content: ""
}

.ti-vip-off:before {
    content: ""
}

.ti-virus:before {
    content: ""
}

.ti-virus-off:before {
    content: ""
}

.ti-virus-search:before {
    content: ""
}

.ti-vocabulary:before {
    content: ""
}

.ti-vocabulary-off:before {
    content: ""
}

.ti-volcano:before {
    content: ""
}

.ti-volume:before {
    content: ""
}

.ti-volume-2:before {
    content: ""
}

.ti-volume-3:before {
    content: ""
}

.ti-volume-off:before {
    content: ""
}

.ti-vs:before {
    content: "ﱒ"
}

.ti-walk:before {
    content: ""
}

.ti-wall:before {
    content: ""
}

.ti-wall-off:before {
    content: ""
}

.ti-wallet:before {
    content: ""
}

.ti-wallet-off:before {
    content: ""
}

.ti-wallpaper:before {
    content: ""
}

.ti-wallpaper-off:before {
    content: ""
}

.ti-wand:before {
    content: ""
}

.ti-wand-off:before {
    content: ""
}

.ti-wash:before {
    content: ""
}

.ti-wash-dry:before {
    content: ""
}

.ti-wash-dry-1:before {
    content: ""
}

.ti-wash-dry-2:before {
    content: ""
}

.ti-wash-dry-3:before {
    content: ""
}

.ti-wash-dry-a:before {
    content: ""
}

.ti-wash-dry-dip:before {
    content: ""
}

.ti-wash-dry-f:before {
    content: ""
}

.ti-wash-dry-flat:before {
    content: "奔"
}

.ti-wash-dry-hang:before {
    content: ""
}

.ti-wash-dry-off:before {
    content: ""
}

.ti-wash-dry-p:before {
    content: ""
}

.ti-wash-dry-shade:before {
    content: ""
}

.ti-wash-dry-w:before {
    content: ""
}

.ti-wash-dryclean:before {
    content: ""
}

.ti-wash-dryclean-off:before {
    content: ""
}

.ti-wash-eco:before {
    content: "婢"
}

.ti-wash-gentle:before {
    content: ""
}

.ti-wash-hand:before {
    content: "嬨"
}

.ti-wash-machine:before {
    content: ""
}

.ti-wash-off:before {
    content: ""
}

.ti-wash-press:before {
    content: ""
}

.ti-wash-temperature-1:before {
    content: ""
}

.ti-wash-temperature-2:before {
    content: ""
}

.ti-wash-temperature-3:before {
    content: ""
}

.ti-wash-temperature-4:before {
    content: ""
}

.ti-wash-temperature-5:before {
    content: ""
}

.ti-wash-temperature-6:before {
    content: ""
}

.ti-wash-tumble-dry:before {
    content: ""
}

.ti-wash-tumble-off:before {
    content: ""
}

.ti-waterpolo:before {
    content: "﩯"
}

.ti-wave-saw-tool:before {
    content: ""
}

.ti-wave-sine:before {
    content: ""
}

.ti-wave-square:before {
    content: ""
}

.ti-waves-electricity:before {
    content: "ﳅ"
}

.ti-webhook:before {
    content: ""
}

.ti-webhook-off:before {
    content: ""
}

.ti-weight:before {
    content: ""
}

.ti-wheat:before {
    content: "𐂨"
}

.ti-wheat-off:before {
    content: "𐂩"
}

.ti-wheel:before {
    content: "ﱤ"
}

.ti-wheelchair:before {
    content: ""
}

.ti-wheelchair-off:before {
    content: ""
}

.ti-whirl:before {
    content: ""
}

.ti-wifi:before {
    content: ""
}

.ti-wifi-0:before {
    content: ""
}

.ti-wifi-1:before {
    content: ""
}

.ti-wifi-2:before {
    content: ""
}

.ti-wifi-off:before {
    content: ""
}

.ti-wind:before {
    content: ""
}

.ti-wind-electricity:before {
    content: "ﳆ"
}

.ti-wind-off:before {
    content: ""
}

.ti-windmill:before {
    content: ""
}

.ti-windmill-filled:before {
    content: ""
}

.ti-windmill-off:before {
    content: ""
}

.ti-window:before {
    content: ""
}

.ti-window-maximize:before {
    content: ""
}

.ti-window-minimize:before {
    content: ""
}

.ti-window-off:before {
    content: ""
}

.ti-windsock:before {
    content: ""
}

.ti-windsock-filled:before {
    content: "𐂚"
}

.ti-wiper:before {
    content: ""
}

.ti-wiper-wash:before {
    content: ""
}

.ti-woman:before {
    content: ""
}

.ti-woman-filled:before {
    content: "﷌"
}

.ti-wood:before {
    content: ""
}

.ti-world:before {
    content: ""
}

.ti-world-bolt:before {
    content: "慄"
}

.ti-world-cancel:before {
    content: "栗"
}

.ti-world-check:before {
    content: "率"
}

.ti-world-code:before {
    content: "隆"
}

.ti-world-cog:before {
    content: "利"
}

.ti-world-dollar:before {
    content: "吏"
}

.ti-world-down:before {
    content: "履"
}

.ti-world-download:before {
    content: ""
}

.ti-world-exclamation:before {
    content: "易"
}

.ti-world-heart:before {
    content: "李"
}

.ti-world-latitude:before {
    content: ""
}

.ti-world-longitude:before {
    content: ""
}

.ti-world-minus:before {
    content: "梨"
}

.ti-world-off:before {
    content: ""
}

.ti-world-pause:before {
    content: "泥"
}

.ti-world-pin:before {
    content: "理"
}

.ti-world-plus:before {
    content: "痢"
}

.ti-world-question:before {
    content: "罹"
}

.ti-world-search:before {
    content: "裏"
}

.ti-world-share:before {
    content: "裡"
}

.ti-world-star:before {
    content: "里"
}

.ti-world-up:before {
    content: "離"
}

.ti-world-upload:before {
    content: ""
}

.ti-world-www:before {
    content: ""
}

.ti-world-x:before {
    content: "匿"
}

.ti-wrecking-ball:before {
    content: ""
}

.ti-writing:before {
    content: ""
}

.ti-writing-off:before {
    content: ""
}

.ti-writing-sign:before {
    content: ""
}

.ti-writing-sign-off:before {
    content: ""
}

.ti-x:before {
    content: ""
}

.ti-x-power-y:before {
    content: "𐁲"
}

.ti-xbox-a:before {
    content: ""
}

.ti-xbox-a-filled:before {
    content: "﷋"
}

.ti-xbox-b:before {
    content: ""
}

.ti-xbox-b-filled:before {
    content: "﷊"
}

.ti-xbox-x:before {
    content: ""
}

.ti-xbox-x-filled:before {
    content: "﷉"
}

.ti-xbox-y:before {
    content: ""
}

.ti-xbox-y-filled:before {
    content: "﷈"
}

.ti-xd:before {
    content: "勉"
}

.ti-xxx:before {
    content: "ﰠ"
}

.ti-yin-yang:before {
    content: ""
}

.ti-yin-yang-filled:before {
    content: ""
}

.ti-yoga:before {
    content: ""
}

.ti-zeppelin:before {
    content: ""
}

.ti-zeppelin-filled:before {
    content: "ﷇ"
}

.ti-zeppelin-off:before {
    content: ""
}

.ti-zip:before {
    content: ""
}

.ti-zodiac-aquarius:before {
    content: ""
}

.ti-zodiac-aries:before {
    content: ""
}

.ti-zodiac-cancer:before {
    content: ""
}

.ti-zodiac-capricorn:before {
    content: ""
}

.ti-zodiac-gemini:before {
    content: ""
}

.ti-zodiac-leo:before {
    content: ""
}

.ti-zodiac-libra:before {
    content: ""
}

.ti-zodiac-pisces:before {
    content: ""
}

.ti-zodiac-sagittarius:before {
    content: ""
}

.ti-zodiac-scorpio:before {
    content: ""
}

.ti-zodiac-taurus:before {
    content: ""
}

.ti-zodiac-virgo:before {
    content: ""
}

.ti-zoom:before {
    content: "ﶪ"
}

.ti-zoom-cancel:before {
    content: ""
}

.ti-zoom-cancel-filled:before {
    content: "ﷆ"
}

.ti-zoom-check:before {
    content: ""
}

.ti-zoom-check-filled:before {
    content: ""
}

.ti-zoom-code:before {
    content: ""
}

.ti-zoom-code-filled:before {
    content: "ﷅ"
}

.ti-zoom-exclamation:before {
    content: ""
}

.ti-zoom-exclamation-filled:before {
    content: "ﷄ"
}

.ti-zoom-filled:before {
    content: ""
}

.ti-zoom-in:before {
    content: ""
}

.ti-zoom-in-area:before {
    content: ""
}

.ti-zoom-in-area-filled:before {
    content: ""
}

.ti-zoom-in-filled:before {
    content: ""
}

.ti-zoom-money:before {
    content: ""
}

.ti-zoom-money-filled:before {
    content: "ﷃ"
}

.ti-zoom-out:before {
    content: ""
}

.ti-zoom-out-area:before {
    content: ""
}

.ti-zoom-out-area-filled:before {
    content: "ﷂ"
}

.ti-zoom-out-filled:before {
    content: ""
}

.ti-zoom-pan:before {
    content: ""
}

.ti-zoom-pan-filled:before {
    content: "ﷁ"
}

.ti-zoom-question:before {
    content: ""
}

.ti-zoom-question-filled:before {
    content: "ﷀ"
}

.ti-zoom-replace:before {
    content: ""
}

.ti-zoom-reset:before {
    content: ""
}

.ti-zoom-scan:before {
    content: "ﲰ"
}

.ti-zoom-scan-filled:before {
    content: "ﶿ"
}

.ti-zzz:before {
    content: ""
}

.ti-zzz-off:before {
    content: ""
}

.ti-123:before {
    content: ""
}

.ti-360:before {
    content: ""
}

.ti-code-asterix:before {
    content: ""
}

.ti-discount-2:before {
    content: ""
}

.ti-discount-2-off:before {
    content: ""
}

.ti-discount-check:before {
    content: ""
}

.ti-hand-rock:before {
    content: ""
}

.ti-sort-deacending-small-big:before {
    content: "ﶖ"
}

.ti-shi-jumping:before {
    content: "𤋮"
}

.ti-box-seam:before {
    content: ""
}

.ti-kering:before {
    content: ""
}

.ti-2fa:before {
    content: ""
}

.ti-3d-cube-sphere:before {
    content: ""
}

.ti-3d-cube-sphere-off:before {
    content: ""
}

.ti-3d-rotate:before {
    content: ""
}

.ti-12-hours:before {
    content: "ﱓ"
}

.ti-24-hours:before {
    content: ""
}

.ti-360-view:before {
    content: ""
}

.ti-circle-0:before {
    content: ""
}

.ti-circle-1:before {
    content: ""
}

.ti-circle-2:before {
    content: ""
}

.ti-circle-3:before {
    content: ""
}

.ti-circle-4:before {
    content: ""
}

.ti-circle-5:before {
    content: ""
}

.ti-circle-6:before {
    content: ""
}

.ti-circle-7:before {
    content: ""
}

.ti-circle-8:before {
    content: ""
}

.ti-circle-9:before {
    content: ""
}

.ti-hexagon-0:before {
    content: ""
}

.ti-hexagon-1:before {
    content: ""
}

.ti-hexagon-2:before {
    content: ""
}

.ti-hexagon-3:before {
    content: ""
}

.ti-hexagon-4:before {
    content: ""
}

.ti-hexagon-5:before {
    content: ""
}

.ti-hexagon-6:before {
    content: ""
}

.ti-hexagon-7:before {
    content: ""
}

.ti-hexagon-8:before {
    content: ""
}

.ti-hexagon-9:before {
    content: ""
}

.ti-square-0:before {
    content: ""
}

.ti-square-1:before {
    content: ""
}

.ti-square-2:before {
    content: ""
}

.ti-square-3:before {
    content: ""
}

.ti-square-4:before {
    content: ""
}

.ti-square-5:before {
    content: ""
}

.ti-square-6:before {
    content: ""
}

.ti-square-7:before {
    content: ""
}

.ti-square-8:before {
    content: ""
}

.ti-square-9:before {
    content: ""
}

.ti-message-circle-2:before {
    content: ""
}

.ti-mood-suprised:before {
    content: ""
}

.ti-circle-dashed-letter-letter-v:before {
    content: "ﾄ"
}

.ti-seeding:before {
    content: ""
}

.ti-seeding-off:before {
    content: ""
}

.ti-discount-check-filled:before {
    content: ""
}

.ti-message-circle-2-filled:before {
    content: "ﻏ"
}

.ti-seeding-filled:before {
    content: "𐀆"
}